Skip to content

Instantly share code, notes, and snippets.

@willread
Created December 11, 2012 16:34
Show Gist options
  • Save willread/4260107 to your computer and use it in GitHub Desktop.
Save willread/4260107 to your computer and use it in GitHub Desktop.
Import jQuery Via Developer Console
((function(){j=document.createElement("script");j.src="http://code.jquery.com/jquery-latest.pack.js";document.getElementsByTagName("head")[0].appendChild(j);})())
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment