[jQuery] Re: Plugin: Validation: Error message order

2008-08-26 Thread caseyw
That did it for me. Thanks Jörn.

[jQuery] Re: completely resetForm

2008-07-11 Thread caseyw
Hi Jörn, I have basically this, and still a no go. var nameForThisValidator = $("#formName").validate(); $("#closeLogin").click(function (event) { nameForThisValidator.resetForm(); nameForThisValidator.submitted = {}; document.forms['formName'].reset(); $("#loginLink").show(); $("#for

[jQuery] Re: completely resetForm

2008-07-09 Thread caseyw
I already am, which doesn't reset it completely. Thank you though. Hopefully Jörn will know what I'll need to do :D

[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] [validate] completely resetForm

2008-07-08 Thread caseyw
I have a hidden form, when someone clicks on another element it shows. If you just hit submit, it validates false, and shows the proper errors. All is well there. I have a close button in the form, it should close the form, and completely reset it. What's happening is, it resets the form data,