DOMElement->removeAttribute()
Removes attribute
&reftitle.description;
DOMElement
boolremoveAttribute
stringname
Removes attribute named name from the element.
&reftitle.parameters;
name
The name of the attribute.
&reftitle.returnvalues;
&return.success;
&reftitle.errors;
DOM_NO_MODIFICATION_ALLOWED_ERR
Raised if the node is readonly.
&reftitle.seealso;