Skip to content

Instantly share code, notes, and snippets.

@megatontech
Created June 12, 2016 12:10
Show Gist options
  • Save megatontech/b141f318d96fa661296db659b49b709d to your computer and use it in GitHub Desktop.
Save megatontech/b141f318d96fa661296db659b49b709d to your computer and use it in GitHub Desktop.
import jquery
var oHead = document.getElementsByTagName('HEAD').item(0);
var oScript= document.createElement("script");
oScript.type = "text/javascript";
oScript.src="http://ajax.googleapis.com/ajax/libs/jquery/1.6.2/jquery.min.js";
oHead.appendChild( oScript);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment