Skip to content

Instantly share code, notes, and snippets.

@ericsk
Created May 11, 2009 09:39
Show Gist options
  • Save ericsk/109931 to your computer and use it in GitHub Desktop.
Save ericsk/109931 to your computer and use it in GitHub Desktop.
var script = document.createElement('script');
script.type = 'text/javascript';
script.src = '/path/to/json';
document.getElementsByTagName('head')[0].appendChild(script);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment