rootjquery专题

jQuery源码学习笔记:jQuery.fn.init(selector,context,rootjQuery)代码详解

3.1 源码 init: function( selector, context, rootjQuery ) {var match, elem, ret, doc;// Handle $(""), $(null), or $(undefined)//如果selector为空格,!selector为falseif (!selector) {//此时this为空jQuery对象return th