Skip to content

Instantly share code, notes, and snippets.

@bricker
Created October 17, 2014 23:56
Show Gist options
  • Select an option

  • Save bricker/a7226bbead5e3c2cbc9c to your computer and use it in GitHub Desktop.

Select an option

Save bricker/a7226bbead5e3c2cbc9c to your computer and use it in GitHub Desktop.
$.get("path/to/embed.js", function(e) {
// ...
}).fail(function(e) {
console.log(e) // 200 status
}).always(function() {
console.log("always")
})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment