Hi please look at the HTML below. I am trying to use jQuery to get every 3rd instance on the DIVs with class=\"box\" contained within the DIV with class=\
class=\"box\"
class=\
Try this selector:
div.entry > div.box:nth-child(3n)