Javascript Reference
Objects > Attr
javascript Attr Description
An abstract representation of an element's attribute name/value pair is an object known in the W3C DOM vernacular as the Attr object; in IE termin
javascript Attr expando
Returns Boolean true if the attribute, once it is inserted into an element, is not one of the native attributes for the element. This property is
javascript Attr name
This is the name portion of the name/value pair of the attribute. It is identical to the nodeName property of the Attr node. You may not modify
javascript Attr ownerElement
Refers to the element that contains the current attribute object. Until a newly created attribute is inserted into an element, this property is null.
javascript Attr specified
Returns Boolean true if the value of the attribute is explicitly assigned in the source code or adjusted by script. If the browser reflects an att
javascript Attr value
Provides the value portion of the name/value pair of the attribute. Identical to the nodeValue property of the Attr node

Powered by Linode.