https://github.com/dschep/jquery-bookmarklet
A simple plugin to make bookmarklets easy to install
https://github.com/dschep/jquery-bookmarklet
Last synced: 12 days ago
JSON representation
A simple plugin to make bookmarklets easy to install
- Host: GitHub
- URL: https://github.com/dschep/jquery-bookmarklet
- Owner: dschep
- License: mit
- Created: 2012-10-12T23:36:06.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2025-02-09T01:07:24.000Z (3 months ago)
- Last Synced: 2025-03-09T02:45:59.054Z (about 2 months ago)
- Language: JavaScript
- Size: 4.88 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# jQuery Bookmarlet Helper
This is a little plugin to make installing bookmarklets easier.
$('a.bookmarklet').bookmarklet();
## Options
An object can be passed in to customize the appearance of the arrow.The options available are color, position and linewidth
$('a').bookmarklet({color: 'ff0000', position: 300, linewidth: 5})
## Demo!
You can see the plugin in action here: https://dschep.github.io/GistMarklets/