15
armaged
10y

Found this tonight:

// Francis GET request
$.get( "test.html", function(data) {
alert(data);
});

Comments
Add Comment