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