jQuery Namespace > validator type : showErrors Method |
var options; // Type: jQuery.validator.options var instance; // Type: jQuery.validator instance = jQuery(".selector").validate(options); instance.showErrors(errors);
function showErrors( errors : Object ) : void;