| attr( name )
| Returns: Object |
| Access a property on the first matched element. This method makes it easy to retrieve a property value from the first matched element. If the element does not have an attribute with such a name, undefined is returned. |
| attr( properties )
| Returns: jQuery |
| Set a key/value object as properties to all matched elements. |
| attr( key, value )
| Returns: jQuery |
| Set a single property to a value, on all matched elements. |
| attr( key, fn )
| Returns: jQuery |
| Set a single property to a computed value, on all matched elements. |
| removeAttr( name )
| Returns: jQuery |
| Remove an attribute from each of the matched elements. |