errorList Field
Syntax
var options; // Type: jQuery.validator.options var instance; // Type: jQuery.validator instance = $(".selector").validate(options); var value; // Type: [] // Get value value = instance.errorList; // Set value instance.errorList = value;
var errorList : ;
Browser Compatibility
See Also