Skip to content

Commit 18e3cc1

Browse files
committed
Add note about Safari 9 breakage, ref #156
1 parent b1c062e commit 18e3cc1

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
A [jQuery](http://jquery.com/) plugin that adds cross-browser mouse wheel support with delta normalization.
44

5+
#### Note: There is a [bug in Safari 9](https://github.com/jquery/jquery-mousewheel/issues/156) that prevents the plugin from working properly. See [this comment](https://github.com/jquery/jquery-mousewheel/issues/156#issuecomment-185433754) for some possible workarounds, and [watch this Webkit ticket](https://bugs.webkit.org/show_bug.cgi?id=149526) to find out if and when Apple will fix it.
6+
57
In order to use the plugin, simply bind the `mousewheel` event to an element.
68

79
It also provides two helper methods called `mousewheel` and `unmousewheel`

0 commit comments

Comments
 (0)