Lines Matching refs:pushStack
215 pushStack: function( elems, name, selector ) {
281 return this.pushStack( slice.apply( this, arguments ),
286 return this.pushStack( jQuery.map(this, function( elem, i ) {
3726 var ret = this.pushStack( "", "find", selector ), length = 0;
3760 return this.pushStack( winnow(this, selector, false), "not", selector);
3764 return this.pushStack( winnow(this, selector, true), "filter", selector );
3837 return this.pushStack( isDisconnected( set[0] ) || isDisconnected( all[0] ) ?
3911 return this.pushStack( ret, name, slice.call(arguments).join(",") );
4096 return this.pushStack( set, "before", arguments );
4106 var set = this.pushStack( this, "after", arguments );
4253 … return this.pushStack( jQuery(jQuery.isFunction(value) ? value() : value), "replaceWith", value );
4408 return this.pushStack( ret, name, insert.selector );