Created
August 10, 2015 06:46
-
-
Save duyet/a9d01689db9b8b8f5dfa to your computer and use it in GitHub Desktop.
Require jQuery to console.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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