Résumé
hasAttributes renvoie une valeur booléenne indiquant si le nœud courant a au moins un attribut.
Syntaxe
resultat = element.hasAttributes();
Exemple
t1 = document.getElementById("table-data"); if (t1.hasAttributes()) { // faire quelque chose avec // t1.attributes }
Spécification
DOM Level 2 Core : hasAttributes — traduction en français (non normative)