Bookmarklet: Difference between revisions
(Created page with "A bookmarklet is a simple way to create code that runs inside a users browser. The bookmarklet is a snippet of JavaScript code that runs when the user selects a bookmark (...") |
No edit summary |
||
Line 2: | Line 2: | ||
* http://marklets.com/ | * http://marklets.com/ | ||
* http://betterexplained.com/articles/how-to-make-a-bookmarklet-for-your-web-application/ |
Latest revision as of 09:14, 14 May 2014
A bookmarklet is a simple way to create code that runs inside a users browser. The bookmarklet is a snippet of JavaScript code that runs when the user selects a bookmark (typically displayed in a bookmark bar for easy access, or via a window).