15
armaged
8y

Found this tonight:

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

Comments
Add Comment