Skip to content

Instantly share code, notes, and snippets.

@mikekavouras
Created June 15, 2016 00:56
Show Gist options
  • Save mikekavouras/3ff099af5a7538ea52d6fdbff4511b1f to your computer and use it in GitHub Desktop.
Save mikekavouras/3ff099af5a7538ea52d6fdbff4511b1f to your computer and use it in GitHub Desktop.
var script = document.createElement("script");
script.src = "http://code.jquery.com/jquery-latest.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