Skip to content

Instantly share code, notes, and snippets.

@daisy1754
Created May 13, 2013 08:46
Show Gist options
  • Save daisy1754/5566989 to your computer and use it in GitHub Desktop.
Save daisy1754/5566989 to your computer and use it in GitHub Desktop.
load jQuery
var script = document.createElement('script');
script.src = "//ajax.googleapis.com/ajax/libs/jquery/2.0.0/jquery.min.js";
document.head.appendChild(script);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment