showErrors Method
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
See Also