Revisions : jquery-mousewheel - GitHub
A jQuery plugin that adds cross-browser mouse wheel support.
http://github.com/brandonaaron/jquery-mousewheel/commits/master
Les articles publiés sur le site
-
Update the changelog
13 novembre 2013, par brandonaaronUpdate the changelog
-
Update the event object with normalized deltaX and deltaY. Add
13 novembre 2013, par brandonaaronUpdate the event object with normalized deltaX and deltaY. Add deltaFactor to the event object.
-
Attempt to better handle multiple devices that give a different
13 novembre 2013, par brandonaaronAttempt to better handle multiple devices that give a different lowestDelta value
-
Only look at the deltaY and deltaX for the lowestDelta and floor values
13 novembre 2013, par brandonaaronOnly look at the deltaY and deltaX for the lowestDelta and floor values that are greater than or equal to 1
-
Do not fire the event if there is no change in deltaX and deltaY
13 novembre 2013, par brandonaaronDo not fire the event if there is no change in deltaX and deltaY