Re: [jquery-dev] ajax form plugin submit button

2010-01-06 Thread Scott Sauyet
On Tue, Jan 5, 2010 at 10:21 AM, Alex wrote: > I have a problem submitting a form tag with submit buttons. many of > the scripts used in that page require the name of these submit buttons > to work correctly. This group is for discussing the development of jQuery itself. You'll probably have bet

[jquery-dev] ajax form plugin submit button

2010-01-05 Thread Alex
Hello everyone, I have a problem submitting a form tag with submit buttons. many of the scripts used in that page require the name of these submit buttons to work correctly. I already read about the serialize function and submit buttons so tried the form plugin as suggested on the jQuery page but