Lines Matching refs:pushStack
244 pushStack: function( elems, name, selector ) {
302 return this.pushStack( slice.apply( this, arguments ),
307 return this.pushStack( jQuery.map(this, function( elem, i ) {
5396 var ret = this.pushStack( "", "find", selector ),
5431 return this.pushStack( winnow(this, selector, false), "not", selector);
5435 return this.pushStack( winnow(this, selector, true), "filter", selector );
5495 return this.pushStack( ret, "closest", selectors );
5524 return this.pushStack( isDisconnected( set[0] ) || isDisconnected( all[0] ) ?
5603 return this.pushStack( ret, name, args.join(",") );
5849 return this.pushStack( set, "before", arguments );
5859 var set = this.pushStack( this, "after", arguments );
5978 this.pushStack( jQuery(jQuery.isFunction(value) ? value() : value), "replaceWith", value ) :
6223 return this.pushStack( ret, name, insert.selector );