Skip to content

Instantly share code, notes, and snippets.

@grampelberg
Created November 22, 2010 17:05
Show Gist options
  • Save grampelberg/710262 to your computer and use it in GitHub Desktop.
Save grampelberg/710262 to your computer and use it in GitHub Desktop.
var tags = {
{ name: 'jquery' },
{ name: 'jquery.json',
requires: ['jquery'] },
{ name: 'chromeframe',
path: 'https://ajax.googleapis.com/ajax/libs/chrome-frame/1.0.2/' }
};
var loader = JSLoad(tags, '/static/js');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment