Jquery Validation - Reset validation on single element(s)
Hi,
how can i reset validation on single element(s), so that the associated error messages and indicators disappear and the element returns in initial validation state. The resetForm() does the same thing for the entire form but is there a way to do it only on single element(s)?
Thanks