摘要: #list1 li:nth-of-type(odd){ background:#00ccff;}奇数行#list1 li:nth-of-type(even){ background:#ffcc00;}偶数行#list2 li:nth-child(4n+1){ background:#00ccff;}... 阅读全文
posted @ 2015-09-11 18:05 121686076 阅读(196) 评论(0) 推荐(0) 编辑
摘要: length:length是JS原生的方法,用于获取元素的个数或者对象的长度,从1开始//用于获取对象的长度,从1开始var length = $("#uw3c").length;size():size()是jQuery中的方法,用来获取元素个数,从1开始。//用于获取对象的长度,从1开始var l... 阅读全文
posted @ 2015-09-11 17:28 121686076 阅读(11711) 评论(0) 推荐(0) 编辑