JQuery Validation Library (Document! X Sample)
successList Field
jQuery Namespace > validator type : 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
8
5
5
See Also

Reference

validator type
validator Members
validate jQuery Plugin