摘要: 先放上一段jQuery精简的源码(版本1.3.2); 1 (function( window, undefined ) { 2 3 var jQuery = (function() { 4 var jQuery = function( selector, context ) { 5 return new jQuery.fn.init( selector, context, rootjQuery ); 6 } 7 8 jQuery.fn = jQuery.prototype = { 9 ... 阅读全文
posted @ 2013-10-04 11:42 latefor 阅读(266) 评论(0) 推荐(0)