JQuery Validation
removeAttrs jQuery Plugin
Remove the specified attributes from the first matched element and return them.
Syntax
var instance; // Type: options

instance = jQuery(".selector").removeAttrs();
function removeAttrs( 
   attributes : String 
) : options;

Parameters

attributes
A space-seperated list of attribute names to remove.
Browser Compatibility
8
5
5
See Also

Reference

removeAttrs jQuery Plugin

 

 


© 2013 All Rights Reserved.

Send comments on this topic.