Created
February 12, 2013 18:06
Bookmark content to add jQuery to current document. Put after "javascript:"
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
(function(){if(!window.jQuery){var s=document.createElement('script'), d = document.body;s.src='//ajax.googleapis.com/ajax/libs/jquery/1.9.1/jquery.min.js';d.appendChild(s);}else{console.log('jQuery found!')}})(); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment