- Fix issue with delta being 0 in Firefox
- jQuery 1.7 compatibility
- Fix IE issue
- Added deltaX and deltaY for horizontal scrolling support (Thanks to Seamus Leahy)
- Fixed delta being opposite value in latest Opera
- No longer fix pageX, pageY for older mozilla browsers
- Removed browser detection
- Cleaned up the code
- Bad release... creating a new release due to plugins.jquery.com issue :(
- 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
- Fixed pageX, pageY, clientX and clientY event properties for Mozilla based browsers
- Updated to work with jQuery 1.1.3
- Used one instead of bind to do unload event for clean up.
- Fixed an issue with the unload handler
- Major reduction in code size and complexity (internals have change a whole lot)
- Fixed Opera issue
- Fixed an issue with children elements that also have a mousewheel handler
- Added ability to handle multiple handlers