Skip to content

Instantly share code, notes, and snippets.

@devyn
Created November 28, 2009 03:15
Show Gist options
  • Save devyn/244362 to your computer and use it in GitHub Desktop.
Save devyn/244362 to your computer and use it in GitHub Desktop.
function require(url) {
var script = document.createElement('script');
script.src = url;
document.getElementsByTagName('head')[0].appendChild(script);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment