JQuery Validation Library (Document! X Sample)
jQuery Namespace / validator type / resetForm Method
In This Topic
    resetForm Method
    In This Topic
    Resets the controlled form.
    Syntax
    var options; // Type:  jQuery.validator.options
    var instance; // Type:  jQuery.validator
    instance = $(".selector").validate(options);
    
    instance.resetForm();
    function resetForm() : void;
    Browser Compatibility
    8
    5
    5
    See Also