[jQuery] Re: serialize() doesn't collect value

2007-10-10 Thread aj
On Oct 10, 4:32 pm, "John Resig" <[EMAIL PROTECTED]> wrote: > The only way to semantically capture the submit button, in a browser, > is to monitor which button is actually clicked. You can do this with > the Form plugin:http://malsup.com/jquery/form/ OK, and there is no way to achieve the old be

[jQuery] Re: serialize() doesn't collect value

2007-10-10 Thread John Resig
The only way to semantically capture the submit button, in a browser, is to monitor which button is actually clicked. You can do this with the Form plugin: http://malsup.com/jquery/form/ --John On 9/13/07, Mirko <[EMAIL PROTECTED]> wrote: > > I' was reading about the new jQuery 1.2 serialize() a

[jQuery] Re: serialize() doesn't collect value

2007-10-10 Thread aj
Hi, On 13 Sep., 19:43, Mirko <[EMAIL PROTECTED]> wrote: > I' was reading about the new jQuery 1.2 serialize() and I don't know > if > it's a bug or an intended feature but with $(":input").serialize() or > $ > (":input").serialize() I can't get values of submit buttons? > > The same goes for . >