Skip to content

Instantly share code, notes, and snippets.

@cavi21
Forked from jeremy2/add_jquery_via_console.js
Created January 29, 2014 18:45
Show Gist options
  • Save cavi21/8694249 to your computer and use it in GitHub Desktop.
Save cavi21/8694249 to your computer and use it in GitHub Desktop.
var jq = document.createElement('script');
jq.src = "http://code.jquery.com/jquery-latest.min.js";
document.getElementsByTagName('head')[0].appendChild(jq);
jQuery.noConflict();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment