|
|
|
|
|
removeAttributeNode
removeAttributeNode removes the specified attribute from the current element.
Syntax
remove_attr = element.removeAttributeNode(attribute)Parameters
attribute is the Attribute node that needs to be removed.
remove_attr is an Attribute node.
Example
Notes
If the removed Attribute has a default value it is immediately replaced. The replacing attribute has the same namespace URI and local name, as well as the original prefix, when applicable.
Specification
core
| mozilla.org | mailto:oeschger | bug 93108 |
|
|
|
|
|