How can i clear the ckeditor textarea with jquery at the click of a button/link?
I have tried this : $(\"textarea.editor\").val(\'\'); and $(\"tex
$(\"textarea.editor\").val(\'\');
$(\"tex
The below code clears the value in the ckeditor textarea. This will works 4.4 version also.
CKEDITOR.instances['content'].setData('');
Content is the id of the particular text-area.