Короткий Ajax Get Method jQuery
$.get("demo_test.asp", function(data){ //change demo_test.asp to your server route
alert("Data: " + data);
});
Beautiful Buzzard