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'