$(‘li:nth-child(3n)‘).css(‘color‘,‘red‘);//表示第3、6、9、12……个li的颜色变为红色,n即1、2、3、4、5……
jquery nth-child(3n) jquery选择器,布布扣,bubuko.com
jquery nth-child(3n) jquery选择器
原文:http://www.cnblogs.com/Sarah/p/3863116.html