jquery add div element

JavaScript
$('#someParent').append('<div>I am new here</div>');    
Source

Also in JavaScript: