Using a ajax request I want to change content of my div.
202
So I want to change the content to a differen
Use the text function:
$("#d1").text($("#d1").text() + 1);