Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

I always get this error, trying to use the cleditor. My script is exactly the same as the below

<script type="text/javascript" src="CLEditor/jquery-1.6.3.js"></script>
<link rel="stylesheet" type="text/css" href="CLEditor/jquery.cleditor.css" /> 
<script type="text/javascript" src="CLEditor/jquery.cleditor.min.js"></script>
<script language="JavaScript">
$(document).ready(function() {
 $('textarea[name="z05free_text"]').*cleditor();*
});

I'm loading the page in a iframe. Not sure why i'm getting this error

SCRIPT438: Object doesn't support property or method 'cleditor'

share|improve this question

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.