I have some textareas and all of them are with tinyMCE.
I would like to set the content of the specific textarea, but I can\'t find how.
I have tryed this:>
$('#title').html(selected_article_title);
Make sure that selected_article_title does not contain any html tags.