--- title: element.hasAttributes slug: Web/API/Element/hasAttributes tags: - DOM - Dokumentacja_Gecko_DOM - Gecko - Wszystkie_kategorie translation_of: Web/API/Element/hasAttributes ---
{{ ApiRef() }}
hasAttributes zwraca wartość logiczną zależnie od tego, czy element posiada jakiekolwiek atrybuty.
[ true | false ] = element.hasAttributes
t1 = document.getElementById("table-data"); if ( t1.hasAttributes ) { // zrób coś z // t1.attributes }
{{ languages( { "en": "en/DOM/element.hasAttributes", "fr": "fr/DOM/element.hasAttributes", "it": "it/DOM/element.hasAttributes" } ) }}