摘要: $('li:nth-child(3n)').css('color','red');//表示第3、6、9、12……个li的颜色变为红色,n即1、2、3、4、5…… 阅读全文
posted @ 2014-07-23 15:21 Sarah. 阅读(304) 评论(0) 推荐(0)