摘要:
1. each 1. $.each(要遍历的对象, function(){...}) 2. $("").each(function(){ // this 是进入循环体的当前标签 console.log(this); }) 3. 退出本层循环 return 4. 退出each循环 return false 2. .data() 1. .data(key, value) --> 存值 2. .data 阅读全文
摘要:
http://jquery.cuishifeng.cn/ 阅读全文