Skip to content

Instantly share code, notes, and snippets.

@tuki0918
Created January 2, 2015 14:01
Show Gist options
  • Save tuki0918/6ff4ecdcca78b268e55b to your computer and use it in GitHub Desktop.
Save tuki0918/6ff4ecdcca78b268e55b to your computer and use it in GitHub Desktop.
Dev Tools: console include jQuery
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
@tuki0918
Copy link
Author

tuki0918 commented Jan 2, 2015

select version from CDN

https://code.jquery.com/jquery/

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment