removeAttrs jQuery Plugin
Remove the specified attributes from the first matched element and return them.
var instance; // Type: options
// Parameters
var attributes; // Type: String
instance = $(".selector").removeAttrs(attributes);
function removeAttrs(
: String
) : options;
Parameters
- attributes
- A space-seperated list of attribute names to remove.