摘要: 1.parentparent() 获得当前匹配元素集合中每个元素的父元素,使用选择器进行筛选是可选的。 1 2 Start 3 4 5 6 7 Home ... 阅读全文
posted @ 2015-01-21 17:19 MissBean 阅读(221) 评论(0) 推荐(0)
摘要: 1.数组用法1 index表示索引值,item代表数组索引对应的元素2,对象用法 1 对象中的用法:function(key,i)key代表键值,i代表值;如果只有一个function(i)则i表示键值,上例中为one,two,three,four。3,jquery中循环遍历each() 方... 阅读全文
posted @ 2015-01-21 11:03 MissBean 阅读(339) 评论(0) 推荐(0)