JavaScript – DOM Attributes getNamedItem() Method
The attributes getNamedItem() method returns an attribute node from a NamedNodeMap object.
The attributes getNamedItem() method returns an attribute node from a NamedNodeMap object.
The attributes item() method returns an attribute, by index, from a NamedNodeMap.
The attributes.length property returns the number of nodes in a NamedNodeMap.
The Attributes name property returns the name of an attribute.
The attributes removeNamedItem() method removes a node, by name, in a NamedNodeMap.
The attributes rsetNamedItem() method adds an attribute node to a NamedNodeMap. If the attribute node already exists, it will be replaced.
The Attributes specified property returns true if an attribute is specified. Otherwise it returns an error.
The Attributes value property returns the value of an attribute.