Skip to content

Instantly share code, notes, and snippets.

@bencooling
Created December 17, 2012 00:19
Show Gist options
  • Save bencooling/4314538 to your computer and use it in GitHub Desktop.
Save bencooling/4314538 to your computer and use it in GitHub Desktop.
jQuery4DaConsole. Used in blog post for bcooling.com.au.
javascript:(function(){ var el= document.createElement("script"); el.src= 'http://ajax.googleapis.com/ajax/libs/jquery/1/jquery.min.js'; document.head.insertBefore(el, document.head.firstChild); })()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment