Skip to content

Instantly share code, notes, and snippets.

@lukalopusina
Last active April 29, 2016 17:19
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 lukalopusina/ef2131f3d0fce1c64cb8 to your computer and use it in GitHub Desktop.
Save lukalopusina/ef2131f3d0fce1c64cb8 to your computer and use it in GitHub Desktop.
jQuery ajax
$.ajax({
type: "GET",
url: "",
dataType: "json",
success: function(data){
console.log(data);
}
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment