Skip to content

Instantly share code, notes, and snippets.

@RyanS
Created November 16, 2011 20:10
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save RyanS/1371201 to your computer and use it in GitHub Desktop.
Save RyanS/1371201 to your computer and use it in GitHub Desktop.
var script = document.createElement('script');
script.src = "https://ajax.googleapis.com/ajax/libs/jquery/1.7.0/jquery.min.js";
document.body.appendChild(script);
script.addEventListener('load', function (e) {
console.log(jQuery);
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment