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