[jQuery] jQuery TinyMCE

2009-02-25 Thread Dan Vega
I am having an issue with tinymce and jquery ajax form submissions. I have 2 fields (title/content) and a hidden input (id) that I am submitting via ajax. when I use serialize var form = $(form).serialize(); title = My title id = 2124245 content = null It seems to be an issue with tinymce

[jQuery] jquery + tinymce

2008-06-27 Thread Salvatore FUSTO
Hi all, i'm using jquery library in my projects, and it works fine. in my last app, i've to implement a page taht acts as an html editor, so i used the tiny mce library: i have already used tinymce, but this is the first time with jquery, and they seem not to work together. first of all, at