Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@docluv
Created August 19, 2013 17:35
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save docluv/6271828 to your computer and use it in GitHub Desktop.
Save docluv/6271828 to your computer and use it in GitHub Desktop.
$.ajax({
cache: false,
type: "GET",
dataType: "json",
url: "[supply the target URL here]",
success: function (d) {
//do something here
}
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment