Skip to content

Instantly share code, notes, and snippets.

@jamesdavidson
Created August 18, 2014 07:43
Show Gist options
  • Save jamesdavidson/53761a2960699ea03c24 to your computer and use it in GitHub Desktop.
Save jamesdavidson/53761a2960699ea03c24 to your computer and use it in GitHub Desktop.
Get me jQuery
(function() {
var wf = document.createElement('script');
wf.src = ('https:' == document.location.protocol ? 'https' : 'http') +
'://code.jquery.com/jquery.js';
wf.type = 'text/javascript';
wf.async = 'true';
var s = document.getElementsByTagName('script')[0];
s.parentNode.insertBefore(wf, s);
})();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment