codice:
$(function () {
  $('#bottone').click( function () {
      $('#2').clone(true, true).appendTo("#1");
  });
});