I am trying to display a string like this on the html page
"Hello. Hello"
When i pass the data from ajax to html, its displaying it as "Hello. Hello" even though i pass it in the following way:
$("#tag").text("Hello. Hello");
In html i have the div as defined below
<div id="tag"></div>