Skip to content

Instantly share code, notes, and snippets.

@chrisgoddard
Created June 19, 2015 16:53
Show Gist options
  • Save chrisgoddard/6fd429e74f4c4b26fdc7 to your computer and use it in GitHub Desktop.
Save chrisgoddard/6fd429e74f4c4b26fdc7 to your computer and use it in GitHub Desktop.
Async Script Loader
(function(a,b,c,e,d){a=b.createElement(c);
b=b.getElementsByTagName(c)[0];
a.async=1;d&&(a.onload=d);a.src=e;b.parentNode.insertBefore(a,b)
})(window,document,"script","//example.com/script", function callback(){});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment