Searched refs:jQuery (Results 1 – 3 of 3) sorted by relevance
8 var jQuery = (function() { function11 var jQuery = function( selector, context ) { function13 return new jQuery.fn.init( selector, context, rootjQuery );17 _jQuery = window.jQuery,83 jQuery.fn = jQuery.prototype = {84 constructor: jQuery,125 context = context instanceof jQuery ? context[0] : context;133 if ( jQuery.isPlainObject( context ) ) {135 jQuery.fn.attr.call( selector, context, true );142 ret = jQuery.buildFragment( [ match[1] ], [ doc ] );[all …]
61 }(window.jQuery);
157 }(window.jQuery);