Added .removeAttr().

This commit is contained in:
John Resig 2006-08-18 04:37:41 +00:00
parent b91f8a9e30
commit 367abc373b

View file

@ -2371,6 +2371,11 @@ jQuery.macros = {
}, },
each: { each: {
removeAttr: function( key ) {
this.removeAttribute( key );
},
/** /**
* Displays each of the set of matched elements if they are hidden. * Displays each of the set of matched elements if they are hidden.
* *