Created
May 21, 2013 18:11
-
-
Save mkdizajn/5621965 to your computer and use it in GitHub Desktop.
chrome inspector -- test if jquery loaded and if not pull it in the head
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:if(!window.jQuery)(function(d,s){s=d.createElement('script');s.src='https://ajax.googleapis.com/ajax/libs/jquery/1.8/jquery.js';(d.head||d.documentElement).appendChild(s)})(document); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment