$(document).ready(function(){ $("button").click(function(){ var myid = $( "#old" ).html() $("#some").html(myid); }); });