Mouse Wheel Plugin Update (2.2)

Jesper Larsen reminded me in his recent comment that Firefox does not properly report the pageX, pageY, clientX and/or clientY event properties on the mouse wheel event. I quickly responded with a work around by using the mousemove event. However, wouldn’t it be better if the mouse wheel plugin would just handle that for you? [...]

Mouse Wheel Plugin Update (2.1.1)

With jQuery 1.1.3 arriving soon, I’ve updated the Mouse Wheel plugin to work with the updated event system. If you don’t know already, jQuery 1.1.3 will use DOM Level 2 methods (addEventListener and attachEvent) instead of DOM Level 1 methods (element.onclick) under-the-hood. Most code will not be affected by this move to DOM Level 2 [...]