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
-
Normalise offsetX and offsetY on the event
19 février 2014, par chriscbrockNormalise offsetX and offsetY on the event According to the W3C Working Draft, offsetX and offsetY should be relative to the padding edge of the target element. The only browser using this convention is IE. Webkit uses the border edge, Opera uses the content edge, and FireFox does not support the properties. Normalizing to the border edge is easiest to do.
-
Normalise offsetX and offsetY on the event
19 février 2014, par chriscbrockNormalise offsetX and offsetY on the event According to the W3C Working Draft, offsetX and offsetY should be relative to the padding edge of the target element. The only browser using this convention is IE. Webkit uses the border edge, Opera uses the content edge, and FireFox does not support the properties. Normalizing to the border edge is easiest to do.
-
update changelog
19 février 2014, par brandonaaronupdate changelog
-
update changelog
19 février 2014, par brandonaaronupdate changelog
-
Fix issue with line height calculation when using older versions of jQuery
19 février 2014, par brandonaaronFix issue with line height calculation when using older versions of jQuery