Skip to content

Instantly share code, notes, and snippets.

@jnwheeler44
Created January 21, 2013 16:17
Show Gist options
  • Save jnwheeler44/4587127 to your computer and use it in GitHub Desktop.
Save jnwheeler44/4587127 to your computer and use it in GitHub Desktop.
jQuery console on page without jQuery
var script= document.createElement('script');
script.type= 'text/javascript';
script.src = "//ajax.googleapis.com/ajax/libs/jquery/1.8.3/jquery.min.js";
var $j = jQuery.noConflict();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment