[jQuery] Re: [validate] completely resetForm

2008-07-09 Thread caseyw
Hi Jörn, thank you for responding. I've tried adding the validator.submitted = {}; and it doesn't work. I also took lines 264-272 and adjusted the 'this' to my validator and still isn't working. Anything else I can do? Thanks! caseyw

[jQuery] Re: [validate] completely resetForm

2008-07-08 Thread Jörn Zaefferer
A reset doesn't clear all state associated with the form validation. You'd have to manually reset all that state, see http://dev.jquery.com/browser/trunk/plugins/validate/jquery.validate.js#L263 Just calling validator.init() again wouldn't work well, as that is also used to bind events and parse