ZVON
>
References
>
DOM2 Reference
Intro
/
Search
/
ZVON
DOM2 reference
>
Core:
Attr
>
name
[Go to standard]
[Glossary]
[Help]
name (attribute )
Owning interface and usage:
Attr
.
name
Member of these other interfaces:
none
Readonly:
yes
Type:
DOMString
Description:
Returns the name of this attribute.
Example:
JavaScript:
var attr = document.createAttribute('temp'); var output = attr.name;
Output:
desired
your browser
temp