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