Using a ajax request I want to change content of my div.
202
So I want to change the content to a differen
$('#d1').html("Html here");
jQuery('#d1').html("Hello World");