Skip to content

Instantly share code, notes, and snippets.

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

  • Save ivycheung/b0d5f6cc39e237a894a9 to your computer and use it in GitHub Desktop.

Select an option

Save ivycheung/b0d5f6cc39e237a894a9 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