You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As confirmed by Firebug consolle, ID and the text are retrieved correctly. The problem I noticed is that when CLEditor is active, loaded and working I need to refresh the page to see the text loaded into the textarea. If CLEditor is not loaded, the text is loaded via ajax suddently without any page refresh.
I did read about :
editor.$area.val(htmltext);
editor.updateFrame();
but as I'm still learning jQuery would someone be so kind to add these two lines into my above code?
The text was updated successfully, but these errors were encountered:
I would like to load some text retrieved from a dB into a CLEditor driven textarea.
The user clicks a link:
JQuery passes the ID to GO.PHP:
GO.PHP retrieves the text from the dB:
and the HTML:
As confirmed by Firebug consolle, ID and the text are retrieved correctly. The problem I noticed is that when CLEditor is active, loaded and working I need to refresh the page to see the text loaded into the textarea. If CLEditor is not loaded, the text is loaded via ajax suddently without any page refresh.
I did read about :
but as I'm still learning jQuery would someone be so kind to add these two lines into my above code?
The text was updated successfully, but these errors were encountered: