JQuery html dalam
$('#selector').text('Your text here');
Dr. Hippo
$('#selector').text('Your text here');
var itemtoReplaceContentOf = $('#regTitle');
itemtoReplaceContentOf.html('');
newcontent.appendTo(itemtoReplaceContentOf);