| D | jquery-1.6.1.js | 22 var jQuery = (function() { function 25 var jQuery = function( selector, context ) { function 27 return new jQuery.fn.init( selector, context, rootjQuery ); 31 _jQuery = window.jQuery, 91 jQuery.fn = jQuery.prototype = { 92 constructor: jQuery, 133 context = context instanceof jQuery ? context[0] : context; 141 if ( jQuery.isPlainObject( context ) ) { 143 jQuery.fn.attr.call( selector, context, true ); 150 ret = jQuery.buildFragment( [ match[1] ], [ doc ] ); [all …]
|