This will swap the class .moreboard for the id g1 using jquery $('.moreboard').html($('#g1').html());
$('.moreboard').html($('#g1').html());