Skip to content

Instantly share code, notes, and snippets.

@Dazag
Forked from iwa4/chrome-console-load-jquery.js
Last active August 29, 2015 14:06
Show Gist options
  • Select an option

  • Save Dazag/1afad551876e47fdd62d to your computer and use it in GitHub Desktop.

Select an option

Save Dazag/1afad551876e47fdd62d to your computer and use it in GitHub Desktop.
!function () {
var script = document.createElement("script");
script.setAttribute("src", "//code.jquery.com/jquery-2.0.0.min.js");
document.body.appendChild(script);
}();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment