views:

18

answers:

1

Hi all

I was wondering if it was possible for jquery to change the css of every 4th item (div) inside another div? I've had a look around but can't seem to get it working..

Any help would be appreciated :)

Cheers

+3  A: 

you could use nth-child selector

or the eq

Reigel