Created
January 2, 2015 14:01
-
-
Save tuki0918/6ff4ecdcca78b268e55b to your computer and use it in GitHub Desktop.
Dev Tools: console include jQuery
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://code.jquery.com/jquery-2.1.3.min.js'; | |
document.getElementsByTagName('head')[0].appendChild(jq); | |
jQuery.noConflict(); // Option |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
select version from CDN
https://code.jquery.com/jquery/