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?

Reply via email to