X-Git-Url: http://git.asbjorn.biz/?p=jquery.git;a=blobdiff_plain;f=src%2Fmanipulation.js;h=3895a7a0156d585d0d9cb59f7dbea4b617cc0058;hp=9b7cfefb43fd85046b88d12980ddc951a1fd6fda;hb=4fae75d575b20d887e4a273c7991c55f8821a62c;hpb=7481a3645af63cef1406687190fd62bdfb1bf254 diff --git a/src/manipulation.js b/src/manipulation.js index 9b7cfef..3895a7a 100644 --- a/src/manipulation.js +++ b/src/manipulation.js @@ -355,7 +355,7 @@ jQuery.fn.extend({ root(this[i], first) : this[i], i > 0 || results.cacheable || this.length > 1 ? - jQuery(fragment).clone(true)[0] : + fragment.cloneNode(true) : fragment ); }