Skip to content

Instantly share code, notes, and snippets.

@duyet
Created August 10, 2015 06:46
Show Gist options
  • Save duyet/a9d01689db9b8b8f5dfa to your computer and use it in GitHub Desktop.
Save duyet/a9d01689db9b8b8f5dfa to your computer and use it in GitHub Desktop.
Require jQuery to console.
var jq = document.createElement('script');
jq.src = "https://ajax.googleapis.com/ajax/libs/jquery/1/jquery.min.js";
document.getElementsByTagName('head')[0].appendChild(jq);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment