Skip to content

Instantly share code, notes, and snippets.

@d1i1m1o1n
Created April 20, 2015 11:15
Show Gist options
  • Save d1i1m1o1n/c696e27acca0986c8208 to your computer and use it in GitHub Desktop.
Save d1i1m1o1n/c696e27acca0986c8208 to your computer and use it in GitHub Desktop.
JQuery in 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);
// ... give time for script to load, then type.
jQuery.noConflict();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment