Node.hasAttributes()

Description

Indique si ce noeud (quand c'est un Element) a des attributs, ou non.

Version du DOM: DOM Level 2

Compatibilité: Moz 1.0.1=OK, Moz 1.4=OK, Moz 1.7=OK

Retour

Type: boolean
true si ce noeud a un attribut, false sinon.

Exemple

alert( document.getElementById("premierP").hasAttributes() );
<body>
<p id="premierP" align="center">Allo</p>
</body>

Notes et commentaires des visiteurs

Ajouter une note

Aucun commentaire jusqu'à présent.