X-Git-Url: http://git.asbjorn.it/?a=blobdiff_plain;f=src%2Fmanipulation.js;h=501383816ed3cb30b0b0f4656ff4132215ef684f;hb=0790989eb60df9df884837c05f90bab14df0704e;hp=95e2f7abf8792d418377dcddbdf0a31804d081dd;hpb=66c58e9db6469a0ae3ab7a878b00c66c6a904806;p=jquery.git diff --git a/src/manipulation.js b/src/manipulation.js index 95e2f7a..5013838 100644 --- a/src/manipulation.js +++ b/src/manipulation.js @@ -295,8 +295,7 @@ jQuery.each({ jQuery.fn[ original ].apply( jQuery(insert[i]), elems ); ret = ret.concat( elems ); } - - return this.pushStack( ret, name, selector ); + return this.pushStack( ret, name, insert.selector ); }; });