0
Q:

how to put html inside jquery text

var itemtoReplaceContentOf = $('#regTitle');
itemtoReplaceContentOf.html('');
newcontent.appendTo(itemtoReplaceContentOf);
1
$('div.demo-container').html('<p>All new content. <em>You bet!</em></p>');
0

New to Communities?

Join the community