Re: with tinymce activated i can't read content from textarea with jquery

2010-08-12 Thread Tomfox Wiranata
this is it tinyMCE.activeEditor.contentDocument.body.innerHTML lucky shot ^^ On 12 Aug., 11:09, Tomfox Wiranata wrote: > hi everyone, > > basically I can't read the text entered in a textare, when tinymce is > activated. without tinymce i read the text like this with jquery: > > var temp =  $('

with tinymce activated i can't read content from textarea with jquery

2010-08-12 Thread Tomfox Wiranata
hi everyone, basically I can't read the text entered in a textare, when tinymce is activated. without tinymce i read the text like this with jquery: var temp = $('#notes_title').val();// notes_title is the id from the textarea then i pass this text to my controller function "processtitle":