Back

.removeAttr( name )

Remove an attribute from each element in the current set

Params

name{String}The name of the attribute

Returns

DollarJS (chainable)

Examples

$('img').removeAttr('title')