Re: [jQuery] ajax form plugin submit button

2010-01-06 Thread John Arrowwood
All of your forms must have an event handler associated with their onSubmit event. These event handlers need to do their AJAX stuff, and then stop the browser from doing the default action by returning false. Since you are creating these forms AFTER the page has already loaded, you need to either

Re: [jQuery] ajax form plugin submit button

2010-01-06 Thread Dhruva Sagar
Please give us a demo page or code which can help us debug the problem. Thanks & Regards, Dhruva Sagar. On Thu, Jan 7, 2010 at 12:36 PM, Alex wrote: > 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 t