Lines Matching refs:pushStack
235 pushStack: function( elems, name, selector ) {
293 return this.pushStack( slice.apply( this, arguments ),
298 return this.pushStack( jQuery.map(this, function( elem, i ) {
5151 var ret = this.pushStack( "", "find", selector ),
5186 return this.pushStack( winnow(this, selector, false), "not", selector);
5190 return this.pushStack( winnow(this, selector, true), "filter", selector );
5260 return this.pushStack( ret, "closest", selectors );
5284 return this.pushStack( isDisconnected( set[0] ) || isDisconnected( all[0] ) ?
5363 return this.pushStack( ret, name, args.join(",") );
5590 return this.pushStack( set, "before", arguments );
5600 var set = this.pushStack( this, "after", arguments );
5719 this.pushStack( jQuery(jQuery.isFunction(value) ? value() : value), "replaceWith", value ) :
5948 return this.pushStack( ret, name, insert.selector );