Skip to content

Instantly share code, notes, and snippets.

@capoferro
Created June 16, 2011 14:52
Show Gist options
  • Save capoferro/1029392 to your computer and use it in GitHub Desktop.
Save capoferro/1029392 to your computer and use it in GitHub Desktop.
Load jquery
var s=document.createElement('script');
s.setAttribute('src','http://jquery.com/src/jquery-latest.js');
document.getElementsByTagName('body')[0].appendChild(s);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment