Skip to content

Instantly share code, notes, and snippets.

@khaosdoctor
Created September 3, 2017 16:40
Show Gist options
  • Save khaosdoctor/6e354dc93552d328f4b64cad8d0ac825 to your computer and use it in GitHub Desktop.
Save khaosdoctor/6e354dc93552d328f4b64cad8d0ac825 to your computer and use it in GitHub Desktop.
$.ajax({
 type: ‘GET’,
 url: ‘/my/url’,
 success: function(resp) {},
 error: function() {}
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment