removeAttributeNode(oldAttr )
|
|
Parameters
|
AttroldAttr
The Attr node to remove from the attribute list.
|
Returns
|
Attr. The Attr node that was removed.
|
Throws
|
DOMException
NO_MODIFICATION_ALLOWED_ERR: Raised if this node is readonly.
NOT_FOUND_ERR: Raised if oldAttr is not an attribute of the element.
|