Skip to content

Instantly share code, notes, and snippets.

@asith-w
Created February 12, 2015 09:24
Show Gist options
  • Save asith-w/d52fcbdf8711b3f4253b to your computer and use it in GitHub Desktop.
Save asith-w/d52fcbdf8711b3f4253b to your computer and use it in GitHub Desktop.
$.ajax({
url: 'https://dav-virtru.s3.amazonaws.com/Shane/Hello_World.xml',
type: 'GET',
contentType: 'application/ooxml;'
}).done(function (data) {
}).fail(function (status) {
console.log('fail');
}).always(function () {
console.log('allways');
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment