Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR HTML

how to get the 4th child of an html element

var elem = document.querySelector('.abc el-tag:nth-child(4)');
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #child #html #element
ADD COMMENT
Topic
Name
8+4 =