摘要:
(function (window, undefined) { // 构造jQuery对象 var jQuery = (function () { //以下定义了内部变量 // Define a local copy of jQuery var jQuery = function (selector, context) { // The jQuery object is actually just the init constructor 'enhanced' ... 阅读全文