Created
October 31, 2012 08:28
-
-
Save rayshih/3985855 to your computer and use it in GitHub Desktop.
Insert jQuery To Any Page
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(){script = document.createElement("script");script.src="http://ajax.googleapis.com/ajax/libs/jquery/1.8.0/jquery.min.js";document.body.appendChild(script);})(); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Insert jQuery to any page
Method: Just copy it to url input, or you can create a bookmark. :)