摘要: (function(window,undefined){ var rootjQuery, readyList, core_strundefined =typeof undefined, location =window.location, document =window.document, docElem =window.documentEle... 阅读全文
posted @ 2016-03-14 22:50 抹猪油 阅读(168) 评论(0) 推荐(0)
摘要: (function(window,undefined){ //21-91定义函数 jQuery= function(){...}; //96-283 给jQ对象添加方法和属性 //285-347 extend:jQ的继承方法(实例方法) //349-817 jQuery.extend():扩展一些工具方法(静态方法) //877-2856 Sizzle:复杂选择器的实现 //2880-3042 ... 阅读全文
posted @ 2016-03-14 22:49 抹猪油 阅读(227) 评论(0) 推荐(0)