Hello,
I'm trying to change the textarea contents after the editor has loaded, but with no luck.
my simple code.
how can I update the text after the editor is loaded?
thanks for your time!
I'm trying to change the textarea contents after the editor has loaded, but with no luck.
my simple code.
$('#Body').val('test');
how can I update the text after the editor is loaded?
thanks for your time!
Re: how to update text after load