Hi, Jorn... I didn't see anything about "submitHandlers" at http://jquery.bassistance.de/api-browser/plugins.html
Can you be more specific? Thanks, Rick -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Jörn Zaefferer Sent: Sunday, March 11, 2007 6:24 PM To: jQuery Discussion. Subject: Re: [jQuery] Validation help with Date Selector Rick Faircloth schrieb: > onInvalid: function(form) { > $(form).find("[EMAIL PROTECTED]").attr("disabled", "disabled"); > }, > onValid: function(form) { > $(form).find("[EMAIL PROTECTED]").attr("disabled", ""); > } > > > > That looks good to me! Hopefully that will work. I'm using Jorn's plug-in > in debug mode, which is supposed to prevent submission whether the > form fields are correct or not. However, since I'm using other script which > works in an Ajax manner to submit the entries to another page, I think > that's > interfering somewhat with Jorn's plug-in and its control over the process. > > I'll tinker around with your methods above and see what happens. > > Hopefully, Jorn will show up and provide us some assistance, too... > See the other thread. Just write your own submitHandler, that way you don't need to disable anything. -- Jörn Zaefferer http://bassistance.de _______________________________________________ jQuery mailing list [email protected] http://jquery.com/discuss/ _______________________________________________ jQuery mailing list [email protected] http://jquery.com/discuss/
