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