That did it for me. Thanks Jörn.
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
I already am, which doesn't reset it completely.
Thank you though. Hopefully Jörn will know what I'll need to do :D
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
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,
5 matches
Mail list logo