I can't get textarea update working with ajax submission

tali

Member
With latest J! and F! when submiting a form with about 15 WYSIWYG textareas using TinyMCE, the updates do not go to the server. All other type of fields are ok. Anyone knowing if I have something special to do before submitting
Code:
                data = data.serialize();
                jQuery.ajax({
                    type:"post",
                    data:data
                })
 
It's a known issue. There was an update a while back in J! / TinyMCE that is causing issues with AJAX. I'm still working on it.

-- hugh
 
We are in need of some funding.
More details.

Thank you.

Members online

No members online now.
Back
Top