Skip to content

Commit 9602df3

Browse files
committed
Update docs.
Use code syntax in more places and link to jquery.
1 parent ad29b7e commit 9602df3

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

ChangeLog.markdown

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
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

@@ -40,7 +40,7 @@
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
@@ -71,7 +71,7 @@
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

README.markdown

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
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

55
In order to use the plugin, simply bind the `mousewheel` event to an element.
66
It also provides two helper methods called `mousewheel` and `unmousewheel`
77
that act just like other event helper methods in jQuery. The event callback
88
receives 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

0 commit comments

Comments
 (0)