| JavaScript - API Reference - an attribute of a document element | | Print | |
Properties
- name
-
The name of the attribute. Read-only.
- ownerElement
-
The Element object that contains this attribute. Read-only. DOM Level 2.
- specified
-
true if the attribute was explicitly specified in the document source or set by a script. false otherwise. Read-only.
- value
-
The value of the attribute as a string. Read/write.
See Also
Document.createAttribute( ), Element.getAttributeNode( ), Element.setAttributeNode( )
Published in Website, JavaScript Pocket Reference
This entry was posted on . You can follow any responses to this entry through the RSS 2.0 feed. You can leave a comment.
| Users' Comments (0) |
|
No comment posted




