jQuery基本框架解析
摘要:
我们研究一下jQuery的源码编码方法很简单。 下面是全部代码的开头和结尾。(function( window, undefined ) { var document = window.document, navigator = window.navigator, location = window.location; [...] // The main sources are here window.jQuery = window.$ = jQuery;})(window); 核心下面是主要代码的缩减版,可以看到很多块代码。var jQuery = ( ... 阅读全文
posted @ 2013-03-13 14:36 小嘟 阅读(2070) 评论(4) 推荐(3)
浙公网安备 33010602011771号