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.

Releases for Mouse Wheel Extension


Mouse Wheel Extension 3.0.2

* Fixed delta being opposite value in latest Opera
* No longer fix pageX, pageY for older mozilla browsers
* Removed browser detection
* Cleaned up the code

Mouse Wheel Extension 3.0.1

* Bad release... creating a new release due to plugins.jquery.com issue :(

Mouse Wheel Extension 3.0.0

* Uses new special events API in jQuery 1.2.2+
* You can now treat "mousewheel" as a normal event and use .bind, .unbind and .trigger
* Using jQuery.data API for expandos

Requires jQuery 1.2.2+

Mouse Wheel Extension 2.2

* Fixed pageX, pageY, clientX and clientY event properties for Mozilla based browsers

Mouse Wheel Extension 2.1.1

* Updated to work with jQuery 1.1.3
* Used one instead of bind to do unload event for clean up.

Mouse Wheel Extension 2.1.0

* Fixed an issue with the unload handler

Mouse Wheel Extension 2.0.0

* Major reduction in code size and complexity (internals have change a whole lot)

Mouse Wheel Extension 1.0.0

* Fixed Opera issue
* Fixed an issue with children elements that also have a mousehweel handler
* Added ability to handle multiple handlers