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
-
Attempt to beter handle older browsers that use a wheelDelta based on 120
13 décembre 2013, par brandonaaronAttempt to beter handle older browsers that use a wheelDelta based on 120
-
fix my indents
12 décembre 2013, par brandonaaronfix my indents
-
can just use $ here
12 décembre 2013, par brandonaaroncan just use $ here
-
offsetParent was not added until 1.2.6 and should probably continue support for 1.2.2 since this is going to be a bug fix release
12 décembre 2013, par brandonaaronoffsetParent was not added until 1.2.6 and should probably continue support for 1.2.2 since this is going to be a bug fix release
-
Better handle deltaModes 1 (scroll by lines) and 2 (scroll by pages).
12 décembre 2013, par brandonaaronBetter handle deltaModes 1 (scroll by lines) and 2 (scroll by pages).