Skip to content

Instantly share code, notes, and snippets.

@Nutscracker87
Created August 22, 2018 16:46
Show Gist options
  • Select an option

  • Save Nutscracker87/4363574cb66a6f976ef2bd181545c1ff to your computer and use it in GitHub Desktop.

Select an option

Save Nutscracker87/4363574cb66a6f976ef2bd181545c1ff to your computer and use it in GitHub Desktop.
jQuery.ajax({
url: '/url',
type: 'post',
data: {
filed1: 'value1',
},
dataType: 'json',
success: function(data){
},
error: function (XMLHttpRequest, textStatus, errorThrown) {
}
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment