[jQuery] About jquery append and automatic deleting

[jQuery] About jquery append and automatic deleting


when you append by using an existing content, jquery will delete the
orignal:
$(new).append($('#ori'));
then the orignal $('#ori') in the document will be deleted, is this by
design?