Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR JAVASCRIPT

ajax get method in jquery

    $.get("demo_test.asp", function(data){ //change demo_test.asp to your server route
      alert("Data: " + data);
    });
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #ajax #method #jquery
ADD COMMENT
Topic
Name
2+5 =