jQuery plugin that adds a “springy Element” method
Call on any jQuery-able element like so:
$('your-selector-here').springyElement();
Takes one argument, the amount of pixels an element can travel (20px by default)
$('your-selector-here').springyElement(200);