kman1523
10 years agoNew Contributor
first-of-type css selector
According to the website, the :first-of-type selctor should be valid. However using table.QuerySelectorAll("td:first-of-type"), where table is a valid table just results in undefined. QuerySelectorAl...