Using a ajax request I want to change content of my div.
202
So I want to change the content to a differen
$("#div1").innerHTML="your text goes here..";