:nth-of-type(10)
-
Im attempting to do an insert inside an html element, and I want to get it in the 10th item (for instance). I have tried .classID:nth-of-type(10) but it doesn’t work. The tool seems to use :eq(2), but that also doesn’t seem to work. I want to keep this selector very generic.
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘:nth-of-type(10)’ is closed to new replies.