Javascript debugger Website design
DomElement { bool remove_attribute(string name);}
bool remove_attribute(string name);
Removes an attribute from the current DomElement node.
DomElement
The name of the attribute to remove.
Returns TRUE on success or FALSE on failure.
TRUE
FALSE
Use DOMElement->removeAttribute().