jQuery Namespace > validator type : errorList Field |
var options; // Type: jQuery.validator.options var instance; // Type: jQuery.validator instance = jQuery(".selector").validate(options); var value; // Type: array // Get value value = instance.errorList; // Set value instance.errorList = value;
var errorList : array;