I've tested resetting the submitted property and it works fine. Could you provide a testpage with your (simplified) setup?
Jörn On Fri, Jul 11, 2008 at 2:15 PM, caseyw <[EMAIL PROTECTED]> wrote: > > 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(); > $("#formName").hide(); > > event.preventDefault(); > }); > > Thanks :) >