I have done jQuery and Ajax, but I am not able to get the response into a Div element. This is the code:
Index.html
$.ajax({ typ
on success: function (response) { alert(response.d); }