Skip to content

Instantly share code, notes, and snippets.

@plukevdh
Created July 14, 2011 22:13
Show Gist options
  • Select an option

  • Save plukevdh/1083594 to your computer and use it in GitHub Desktop.

Select an option

Save plukevdh/1083594 to your computer and use it in GitHub Desktop.
Example addons for XMLHttpRequest response codes
$.ajax({
url: 'example.com/test.png',
receivedHeaders: function(e, xhr) {
// do something
},
loading: function(e, xhr) {
// do something else
},
success: function() { ... }
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment