You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I click submit, validation executes. I click $('#myform').reset(); and the form fields reset, but not the validation. Everything remains red. How do I reset the validation using a button? Thanks.