public
Description: jQuery Link Shortening Plugin
Homepage: http://code.bryceroney.com/jq-shorten/
Clone URL: git://github.com/broney/jq-shorten.git
broney (author)
Fri Jul 31 21:35:30 -0700 2009
name age message
file README.txt Fri Jul 31 21:35:30 -0700 2009 initial commit [broney]
directory code/ Fri Jul 31 21:35:30 -0700 2009 initial commit [broney]
directory demo/ Fri Jul 31 21:35:30 -0700 2009 initial commit [broney]
README.txt
The jQuery Link Shortening Plugin
~ by Bryce Roney (http://bryceroney.com) ~

This is a really simple plugin, simply pass it a set of <a> tags
and it will go through and shorten all of them!

== EXAMPLE ==
HTML:
Find out more at <a href="http://google.com/">Google</a> or <a href="http://yahoo.com">Yahoo</a>.

JS:

$("a").shorten({login: 'bitlyapidemo', apikey: 'R_0da49e0a9118ff35f52f629d2d71bf07'});



== PLEASE NOTE ==
This plugin currently only supports bit.ly, however I will work to add more if necessary!