Skip to content

Instantly share code, notes, and snippets.

@lykkeligal
Created April 30, 2012 20:24
Show Gist options
  • Save lykkeligal/2562398 to your computer and use it in GitHub Desktop.
Save lykkeligal/2562398 to your computer and use it in GitHub Desktop.
Javascript: jquery ajax
$.ajax({
type: type,
url: url,
dataType: 'datatype',
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment