Opened 9 years ago
Closed 9 years ago
#14467 closed bug (notabug)
bug TinyMCE with jquery.form.js
Reported by: | Owned by: | ||
---|---|---|---|
Priority: | undecided | Milestone: | None |
Component: | unfiled | Version: | 1.10.2 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
hi, i m using TinyMCE with jquery.form.js last version in my web site PHP 5.
with this solution i can't get my data from my form using TinyMCE, i m use $_POSTdata? but i get only the first value in my textearea befor submit -- this is the default value??
in the line 109 of my jquery.form.js file i found this !!
hook for manipulating the form data before it is extracted;
convenient for use with rich editors like tinyMCE or FCKEditor var veto = {}; this.trigger('form-pre-serialize', [this, options, veto]); if (veto.veto) {
log('ajaxSubmit: submit vetoed via form-pre-serialize trigger'); return this;
}
can you help me plz..
I m very sorry for my english :)
Please ask for help on stackoverflow, the jQuery forums, or in the #jquery irc channel.