
A jQuery plugin that adds cross-browser mouse wheel support. In order to use the plugin, simply bind the “mousewheel” event to an element. It also provides two helper methods called mousewheel
and unmousewheel
that act just like other event helper methods in jQuery. The event callback receives three extra arguments which are the normalized “deltas” of the mouse wheel.