var options; // Type: jQuery.validator.optionsvar instance; // Type: jQuery.validatorinstance = jQuery(".selector").validate(options);
var value; // Type: jQuery.validator.groups
// Get value
value = instance.groups;
// Set value
instance.groups = value;