[jQuery] Re: jQuery & TinyMCE

2009-03-11 Thread Adhip
The problem is that tinyMCE has not added the content to the textarea which it usually does on the page unload event. To solve this, call this function before you serialize: tinyMCE.triggerSave(true,true); - Adhip. On Feb 25, 8:10 pm, Dan Vega wrote: > I am having an issue withtinymceand jque

[jQuery] Re: jquery + tinymce

2008-06-28 Thread Mickster
Salvatore FUSTO >   To: jquery-en@googlegroups.com >   Sent: Saturday, June 28, 2008 10:13 AM >   Subject: [jQuery] Re: jquery + tinymce > >   yes, >   mce and jquery works fine together, in HTML page: >   if i have an html page, ie mypage.html, it runs correctly, but if i have > the s

[jQuery] Re: jquery + tinymce

2008-06-28 Thread Salvatore FUSTO
just noted: if i use an older version of the editor, 1.240, all is ok. any suggestion? salvatore - Original Message - From: Salvatore FUSTO To: jquery-en@googlegroups.com Sent: Saturday, June 28, 2008 10:13 AM Subject: [jQuery] Re: jquery + tinymce yes, mce and jquery

[jQuery] Re: jquery + tinymce

2008-06-28 Thread Salvatore FUSTO
anyone experience this? - Original Message - From: Sam Sherlock To: jquery-en@googlegroups.com Sent: Friday, June 27, 2008 10:38 PM Subject: [jQuery] Re: jquery + tinymce same I load jquery first then mce, from a quick google that error seems to be caused in ff when using mce

[jQuery] Re: jquery + tinymce

2008-06-27 Thread Sam Sherlock
same I load jquery first then mce, from a quick google that error seems to be caused in ff when using mce on ports other 80 have you tried the plugin for mce? 2008/6/27 Mickster <[EMAIL PROTECTED]>: > > Hi Salvatore, > > I'm afraid I don't have a solution for you, but I just wanted to > assure y

[jQuery] Re: jquery + tinymce

2008-06-27 Thread Mickster
Hi Salvatore, I'm afraid I don't have a solution for you, but I just wanted to assure you that jQuery and TinyMCE do work together - I use them together without errors. Not sure if it matters (think I saw a comment about it somewhere though), but in which sequence do you load the scripts? I load