Please note, this is a STATIC archive of website developer.mozilla.org from 03 Nov 2016, cach3.com does not collect or store any user information, there is no "phishing" involved.

element.hasAttributes

Podsumowanie

hasAttributes zwraca wartość logiczną zależnie od tego, czy element posiada jakiekolwiek atrybuty.

Składnia

[ true | false ] = element.hasAttributes 

Przykład

t1 = document.getElementById("table-data"); 
if ( t1.hasAttributes ) { 
    // zrób coś z
    // t1.attributes
}

Specyfikacja

hasAttributes

 

Autorzy i etykiety dokumentu

 Autorzy tej strony: teoli, khalid32, Mgjbot, Ptak82, Jan Dudek
 Ostatnia aktualizacja: khalid32,