adding text to a div using jquery code example
Example: how to put html inside jquery text
$('div.demo-container').html('<p>All new content. <em>You bet!</em></p>');
$('div.demo-container').html('<p>All new content. <em>You bet!</em></p>');