hi everybody!
i'm using jquery validation for the form control.
I have two text area with CKEditor.
I noticed that jquery validation not working on these textarea.
I'll post the code.
HMTL:
JS:
can someone help me please!!
i'm using jquery validation for the form control.
I have two text area with CKEditor.
I noticed that jquery validation not working on these textarea.
I'll post the code.
HMTL:
<textarea name="descl" id="descl" class="editor"></textarea><br/> <textarea name="descl_eng" class="editor"></textarea><br/>
JS:
var ckEditorConfig = {
skin : 'office2003',
toolbar_Full: [
['Bold', 'Italic', 'Underline'],
['Undo', 'Redo', '-', 'SelectAll']
]
};
$('.editor').ckeditor(ckEditorConfig);
$('#myform').submit(function() {
for (var i in CKEDITOR.instances) {
CKEDITOR.instances[i].updateElement();
}
});
// VALDATION
can someone help me please!!

Re: Problem with CKEDITOR and jQuery Validate plugin
Re: Problem with CKEDITOR and jQuery Validate plugin
Customer and Community Manager, CKSource
Follow us on: Facebook, Twitter, LinkedIn
If you think you found a bug in CKEditor, read this!
Re: Problem with CKEDITOR and jQuery Validate plugin
but I did it because I did not know what to answer.
I use it recently and are not very familiar with CKEditor.
otherwise I would have gladly helped.