X-Git-Url: http://git.asbjorn.biz/?a=blobdiff_plain;ds=sidebyside;f=src%2Fjquery%2Fjquery.js;h=9d80d050cf6ebd0821fc6cedb236608bcfb3cc3c;hb=2a4c269a9b7c15477e032a24f92d08dfaeb026e4;hp=846c8154124ce63b510eb2736af3122ff5025263;hpb=26580d2675918bb689d55293e734e68671b4dfc6;p=jquery.git diff --git a/src/jquery/jquery.js b/src/jquery/jquery.js index 846c815..9d80d05 100644 --- a/src/jquery/jquery.js +++ b/src/jquery/jquery.js @@ -557,6 +557,12 @@ jQuery.fn = jQuery.prototype = { return jQuery.find(t,a); }), arguments ); }, + + clone: function(deep) { + return this.pushStack( jQuery.map( this, function(a){ + return a.cloneNode( deep != undefined ? deep : true ); + }), arguments ); + }, /** * Removes all elements from the set of matched elements that do not