Skip to content

Instantly share code, notes, and snippets.

@nowk
Created October 17, 2011 17:32
Show Gist options
  • Save nowk/1293189 to your computer and use it in GitHub Desktop.
Save nowk/1293189 to your computer and use it in GitHub Desktop.
var script = document.createElement('script');
script.type = 'text/javascript';
script.src = '/javascripts/your-js.js';
document.getElementsByTagName('head')[0].appendChild(script);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment