should wrap use clone(true)?

should wrap use clone(true)?


Right now, wrap calls "clone()" instead of "clone(true)". This has
the effect of causing any event handlers on the wrapping node to be
lost; for example,
$("#someElement").wrap($("<div>").click(function()
{ alert("hi"); }));
Is this a bug or a feature?
thanks!
chris