Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR JAVASCRIPT

How to check for the properties of an element in the console

var tag = document.getElementsByTagName('yourTag');
console.dir(tag);
 
PREVIOUS NEXT
Tagged: #How #check #properties #element #console
ADD COMMENT
Topic
Name
8+6 =