Answer the question
In order to leave comments, you need to log in
How to make CKEDITOR and JQ friends?
When I add CKEDITOR to textarea field
var editor = CKEDITOR.replace( 'newDotDescriptionFull', { height: '100px' } );
var description_full = $('#newDotDescriptionFull').val();
Answer the question
In order to leave comments, you need to log in
Found the answer myself)
CKEDITOR.instances.newDotDescriptionFull.getData()
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question