[jQuery] Re: AjaxSubmit - Form Plugin Serialize Submit Button Data

2010-01-29 Thread Adysone
Hum sorry, it does not work correctly... All submit fields are posted, impossible to know which one we click on... I'm working on it. On 29 jan, 11:08, Adysone wrote: > Hi, > > I found a way to do that, I was confronted at the same problem. > Juste comment the line 556 in jquery.form.js : > //

[jQuery] Re: AjaxSubmit - Form Plugin Serialize Submit Button Data

2010-01-29 Thread Adysone
Hi, I found a way to do that, I was confronted at the same problem. Juste comment the line 556 in jquery.form.js : // (t == 'submit' || t == 'image') && el.form && el.form.clk != el || It works for me. Enjoy ;-) PS : Excuse my English, I'm French. On 20 jan, 20:36, Jamie wrote: > Hi > > I hav