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 2
2
3
3
## 3.1.3
4
4
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
6
6
7
7
## 3.1.2
8
8
40
40
41
41
## 3.0.3
42
42
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)
44
44
45
45
46
46
## 3.0.2
71
71
## 2.1.1
72
72
73
73
* 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
75
75
76
76
77
77
## 2.1
Original file line number Diff line number Diff line change 1
1
# jQuery Mouse Wheel Plugin
2
2
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.
4
4
5
5
In order to use the plugin, simply bind the ` mousewheel ` event to an element.
6
6
It also provides two helper methods called ` mousewheel ` and ` unmousewheel `
7
7
that act just like other event helper methods in jQuery. The event callback
8
8
receives three extra arguments which are the normalized "deltas" of the mouse wheel.
9
9
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:
11
11
12
12
``` js
13
13
// using bind
You can’t perform that action at this time.
0 commit comments