dschep / jQuery-Bookmarklet

A simple plugin to make bookmarklets easy to install

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

jQuery Bookmarlet Helper

This is a little plugin to make installing bookmarklets more understandable to ludites.

$('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/

About

A simple plugin to make bookmarklets easy to install

License:MIT License


Languages

Language:JavaScript 100.0%