Plugins

The plugins site is currently in development.

We've been looking to provide a higher-quality, spam-free experience at the plugins site for some time, and a major error on our part forced us to shut down the current site before we could put the new one in place. We are developing a new site, and you can follow along with its development on GitHub. For more information about this transition, including steps you can take as a plugin author to prepare, please read our post about what's going on.

mousewheel


jReelGallery

A jReelGallery is a small image gallery script based on the default OS window scrolling extended with easing. Supports scrolling, key events (e.g.: down and up arrow keys, home and end button). Highly customizable.

For full documentation, please visit "jReelGallery – Cross browser fluid jQuery image gallery" at marcelljusztin.com

mwheelIntent - a more usable mousewheel plugin

mwheelIntent is an add-on for the famous mouse wheel extension and adds a more usable event for handling mousewheel in nested scrollable areas.

mwheelIntend trys to determine the users intent, to make the mousewheel event more usable.

$('div.carousel').bind('mwheelIntent', function(e, d){}):
//or
$('div.carousel').mwheelIntent(function(e, d){}):

WheelSpiner

Based on MouseWheel plugin for jQuery the WheelSpiner plugin is attached to an HTML input to permit the user select a value using the mouse wheel. Is similar to a standard "spin control", and have options like "minValue", "maxValue", "interval", etc., but user can set the value with mouse wheel, without any other "clic" or somthing. Please, for more details follow the links, see the demo, game with example code and enjoy.

$.event.special.wheel

A smaller, simplified interpretation of Brandon Aaron's special event "Mouse Wheel Extension" (http://plugins.jquery.com/project/mousewheel).

Mouse Wheel Extension

Adds mouse wheel support for your application! Just call mousewheel to add the event and call unmousewheel to remove the event.