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