[jQuery] Re: (validation) Validation plugin submitHandler

2009-11-12 Thread mcrawford
you override > the actual submit-function of the form. Keep in mind that in the DOM API, > you can access any form element as a property of the form, referenced by > name. > > Jörn > > On Thu, Nov 12, 2009 at 8:48 PM, mcrawford wrote: > > I'm totally stumped

[jQuery] Re: (validation) Validation plugin submitHandler

2009-11-12 Thread mcrawford
ame="submit" you override > the actual submit-function of the form. Keep in mind that in the DOM API, > you can access any form element as a property of the form, referenced by > name. > > Jörn > > On Thu, Nov 12, 2009 at 8:48 PM, mcrawford wrote: > > I'm to