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