[jQuery] jQuery & TinyMCE
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 but I if I post using normal form
it works. I imagine some kind of scopes are butting heads but I have
no idea. If I take off tinymce and just use the textarea, it works
great.
Anyone got any ideas?