jQuery对象究竟是什么

jQuery对象是什么,举个例子,$('#id') 返回的就是jQuery对象,这个东西是整个jQuery的核心所在,因此我先来分析它。html var jQuery = function( selector, context ) {node     // The jQuery object is actually just the init constructor 'enhanced'jquer
相关文章
相关标签/搜索