Skip to content

Instantly share code, notes, and snippets.

@poga
Created April 6, 2014 05:28
Show Gist options
  • Save poga/10001854 to your computer and use it in GitHub Desktop.
Save poga/10001854 to your computer and use it in GitHub Desktop.
jQuery.ajax({
url: url,
dataType: 'image/png',
type: 'GET',
complete: function(xhr){
//check xhr.status here
}
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment