get response jquery - Jquery

get response jquery

Snippet Code


  
Rate this page :
  [ 0 votes]

To get the response text in jquery,

$.ajax({ type: "POST", url: "test1.php", data: dataString, success: function(data) { alert(data); //Alerts ajax response text } });

Tags


Ask Questions

Ask Question