jQuery Plugin: Hover Padding
A jQuery plugin that applies a hover effect to the given element.
Usage
Incude Script
The Javascript
$('li').hoverPadding();
A jQuery plugin that applies a hover effect to the given element.
$('li').hoverPadding();
A jQuery plugin that places a Tumblr style “Scroll To The Top” element on your page.
$().scrollToTop();
A jQuery plugin that allows you to easily create content which scrolls down.
<h2 class="scroll">Heading</h2> <div class="scroll-down"> <ul> <li>List Item</li> <li>List Item</li> <li>List Item</li> <li>List Item</li> </ul> </div>
$('h2.scroll').scrollDown({
content: ".scroll-down"
});
A jQuery plugin that allows you smoothly and gracefully scroll to other positions on the page.
<div class="graceful"></div>
$j('.graceful').scrollGracefully();