jQuery Namespace > validator type : successList 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.successList; // Set value instance.successList = value;
var successList : array;