Forum Discussion

kman1523's avatar
kman1523
New Contributor
9 years ago

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...