Created
December 17, 2012 00:19
-
-
Save bencooling/4314538 to your computer and use it in GitHub Desktop.
jQuery4DaConsole. Used in blog post for bcooling.com.au.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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