Every nth element?
Every nth element?
I can use the nth, or eq() object to target a specific element, but what if i want to target say, every 12th element? If there a jquery object to accomplich this, or will I have to use old fashioned javascript? If so, can someone enlighten me on this logic - I can't seem to work it out.
thanks