Hi every:
I'm using the amazing CKEditor in one site. Before use this Editor the site was have a simple textarea called "field_number" and the data was getted automatically from a AJAX call and passed via jQuery as follow:
Cheers and thx in advance
I'm using the amazing CKEditor in one site. Before use this Editor the site was have a simple textarea called "field_number" and the data was getted automatically from a AJAX call and passed via jQuery as follow:
$("#field_number").val(dato.field_value);but now when I convert the textarea to CKEditor the content is not filled. Can any help me with this?
Cheers and thx in advance