You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.markdown
+15-2Lines changed: 15 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,10 +2,23 @@
2
2
3
3
A jQuery plugin that adds cross-browser mouse wheel support.
4
4
5
-
The latest stable release can be downloaded from the [project page](http://plugins.jquery.com/project/mousewheel)
5
+
In order to use the plugin, simply bind the "mousewheel" event to an element. It also provides two helper methods called `mousewheel` and `unmousewheel` that act just like other event helper methods in jQuery. The event callback receives an extra argument which is the normalized "delta" of the mouse wheel.
6
+
7
+
Here is an example of using both the bind and helper method syntax.
The mousewheel plugin is dual licensed *(just like jQuery)*under the [MIT](http://www.opensource.org/licenses/mit-license.php) and [GPL](http://www.opensource.org/licenses/gpl-license.php) licenses.
22
+
The expandable plugin is licensed under the MIT License (LICENSE.txt).
0 commit comments