Skip to content

Instantly share code, notes, and snippets.

@igoogle
Created February 27, 2018 12:38
Show Gist options
  • Save igoogle/a26fb5b14fe82dd31e3f8a2c11bafec6 to your computer and use it in GitHub Desktop.
Save igoogle/a26fb5b14fe82dd31e3f8a2c11bafec6 to your computer and use it in GitHub Desktop.
$.ajax({
type: 'POST',
url: '',
data: {},
dataType: 'json',
beforeSend: function () {
},
success: function (res) {
},
error: function (res) {
}
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment