Home | History | Annotate | Download | only in web

Lines Matching full:pushstack

128         pushStack: function( elems ) {
141 // You should use pushStack() in order to do this, but maintain the stack
289 return this.pushStack( /[^+>] [^+>]/.test( selector ) || selector.indexOf("..") > -1 ?
339 return this.pushStack(
352 return this.pushStack( jQuery.multiFilter( selector, this, true ) );
363 return !selector ? this : this.pushStack( jQuery.merge(
469 return this.pushStack( Array.prototype.slice.apply( this, arguments ) );
473 return this.pushStack( jQuery.map(this, function(elem, i){
1270 return this.pushStack( jQuery.unique( ret ) );