DOMElement->removeAttribute()
Removes attribute
&reftitle.description;
DOMElement
bool
removeAttribute
stringname
Removes attribute named name from the element.
&reftitle.parameters;
name
The name of the attribute.
&reftitle.returnvalues;
&return.success;
&reftitle.exceptions;
Throws DOMException if node cannot be modified.
&reftitle.seealso;