jquery validation plugin


Validator.resetForm()


Description: Resets the controlled form.

    Validator.resetForm()        This method does not accept any arguments.

Example:     Reset the form controlled by this validator

    



<span style="font-size:24px;">var validator = $( "#myform" ).validate();
validator.resetForm();</span>



你可能感兴趣的:(jquery,validation,validation,resetForm)