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
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
2 matches
Mail list logo