Home | History | Annotate | Download | only in parse-only

Lines Matching full:pushstack

121 	pushStack: function( elems, name, selector ) {
141 // You should use pushStack() in order to do this, but maintain the stack
290 var ret = this.pushStack( [], "find", selector );
295 return this.pushStack( jQuery.unique(jQuery.map(this, function(elem){
350 return this.pushStack(
382 return this.pushStack( jQuery.multiFilter( selector, this, true ), "not", selector );
393 return this.pushStack( jQuery.unique( jQuery.merge(
500 return this.pushStack( Array.prototype.slice.apply( this, arguments ),
505 return this.pushStack( jQuery.map(this, function(elem, i){
1194 return this.pushStack( jQuery.unique( ret ), name, selector );
1214 return this.pushStack( ret, name, selector );