JQuery Validation Library (Document! X Sample)
jQuery Namespace / validator type / showErrors Method
One or more key/value pairs of input names and messages.
In This Topic
    showErrors Method
    In This Topic
    Show the specified messages.
    Syntax
    var options; // Type:  jQuery.validator.options
    var instance; // Type:  jQuery.validator
    instance = $(".selector").validate(options);
    
    // Parameters
    var errors; // Type:  Object
    
    instance.showErrors(errors);
    function showErrors( 
       errors : Object
    ) : void;

    Parameters

    errors
    One or more key/value pairs of input names and messages.
    Browser Compatibility
    8
    5
    5
    See Also