Using the jQuery validate plugin to check that a CKEditor instance has content. The problem is that CKEditor replaces the HTML textarea tag with a WYSIWYG editor, the jQuery validate plugin validates against the textarea, not the contents of the WYSIWYG editor.
↧