Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums JavaScript jQuery :nth-child Re: jQuery :nth-child

#73085
Chris Coyier
Keymaster

For example:

Code:
$(“li:nth-child(3n)”).css(“margin-right”, 0);