I am using jquery mobile and JavaScript. i have some response in a variable that response is a html content .now i have to display this html content in the UI of jquery mobile. That content should appear as a text not as html.
jquery("#content").html(wiJson);
<div data-role="content" id="content">
</div>
This is what i have used in my code jquery("#content").html(wiJson); this is used in javascript and
<div data-role="content" id="content">
</div>
is used in jquery mobile ui