Skip to main content

Bug Tracker

Side navigation

#14467 closed bug (notabug)

Opened October 19, 2013 10:36PM UTC

Closed October 21, 2013 01:54PM UTC

bug TinyMCE with jquery.form.js

Reported by: rmi.search@gmail.com 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 $_POST['data'] 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 :)

Attachments (0)
Change History (1)

Changed October 21, 2013 01:54PM UTC by timmywil comment:1

resolution: → notabug
status: newclosed

Please ask for help on stackoverflow, the jQuery forums, or in the #jquery irc channel.