Skip to content

Instantly share code, notes, and snippets.

@warlock
Created June 20, 2017 10:14
Show Gist options
  • Save warlock/2ebc0dc616abdcc0f0855627aa0982c4 to your computer and use it in GitHub Desktop.
Save warlock/2ebc0dc616abdcc0f0855627aa0982c4 to your computer and use it in GitHub Desktop.
Load JQuery in Browser
var script = document.createElement('script');script.src = "https://code.jquery.com/jquery-3.2.1.min.js";
document.getElementsByTagName('head')[0].appendChild(script);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment