Saturday, 15 February 2014

How to display html with javascript -



How to display html with javascript -

i take info post method need display html page here code:

function(data,status){ $("#ul1").text(data); });

this show <li></li> tags within ul text not html how can show info html?

you utilize html:

$("#ul1").html(data);

javascript

No comments:

Post a Comment