X-Git-Url: http://git.asbjorn.it/?a=blobdiff_plain;f=src%2Fmanipulation.js;h=f2f6c7de6d37d2ba7ea2399e0b1420e437b8b327;hb=36a98b95c2f3f7617ddf51beec7515acf67d98ba;hp=9ed22baaf848ba2451fbf59e165828af6e189d8a;hpb=8fa9e9d6d0307a5af8d7478d6e030af5afabba9e;p=jquery.git diff --git a/src/manipulation.js b/src/manipulation.js index 9ed22ba..f2f6c7d 100644 --- a/src/manipulation.js +++ b/src/manipulation.js @@ -216,7 +216,7 @@ jQuery.fn.extend({ return this.each(function() { var next = this.nextSibling, parent = this.parentNode; - jQuery(this).remove(); + jQuery(this).detach(); if ( next ) { jQuery(next).before( value );