File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 22
33## 3.1.3
44
5- * Include MozMousePixelScroll in the to fix list to avoid inconsistent behavior in older Firefox
5+ * Include ` MozMousePixelScroll ` in the to fix list to avoid inconsistent behavior in older Firefox
66
77## 3.1.2
88
4040
4141## 3.0.3
4242
43- * Added deltaX and deltaY for horizontal scrolling support (Thanks to Seamus Leahy)
43+ * Added ` deltaX ` and ` deltaY ` for horizontal scrolling support (Thanks to Seamus Leahy)
4444
4545
4646## 3.0.2
7171## 2.1.1
7272
7373* Updated to work with jQuery 1.1.3
74- * Used one instead of bind to do unload event for clean up.
74+ * Used one instead of bind to do unload event for clean up
7575
7676
7777## 2.1
Original file line number Diff line number Diff line change 11# jQuery Mouse Wheel Plugin
22
3- A jQuery plugin that adds cross-browser mouse wheel support.
3+ A [ jQuery] ( http://jquery.com/ ) plugin that adds cross-browser mouse wheel support.
44
55In order to use the plugin, simply bind the ` mousewheel ` event to an element.
66It also provides two helper methods called ` mousewheel ` and ` unmousewheel `
77that act just like other event helper methods in jQuery. The event callback
88receives three extra arguments which are the normalized "deltas" of the mouse wheel.
99
10- Here is an example of using both the bind and helper method syntax.
10+ Here is an example of using both the bind and helper method syntax:
1111
1212``` js
1313// using bind
You can’t perform that action at this time.
0 commit comments