AvailabilityDOM Level 2 Core Synopsisboolean hasAttribute(String name); Arguments
Returnstrue if this element has a specified or default value for the named attribute, and false otherwise. DescriptionThis method determines whether an element has an attribute with the specified name, but does not return the value of that attribute. Note that hasAttribute( ) returns true if the named attribute is explicitly specified in the document and also if the named attribute has a default value specified by the document type. See AlsoAttr.specified, Element.getAttribute( ), Element.setAttribute( ) |