I have a jquery function which makes an ajax call to a webservice method on the web server, the method returns a html table with data. I am using .html() to render the return va
i have answered this problem on link you just need to change your code to be like this
$("#dvProudctInstruction").html(data.d[1].toString());