看了一下午还是有很多地方没弄明白,jQuery的一些工具方法的原理也不完全清楚,这篇文章会随着我深入阅读jQuery源码的同时不断更新. // Initialize a jQuery object // 初始化Jquery对象 // A central reference to the root jQuery(document) var rootjQuery, // Use the correct document accordingly with window argument (sandbo