Skip to content

Commit

Permalink
Add note about Safari 9 breakage, ref #156
Browse files Browse the repository at this point in the history
  • Loading branch information
dmethvin committed Apr 4, 2016
1 parent b1c062e commit 18e3cc1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

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

#### 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.

In order to use the plugin, simply bind the `mousewheel` event to an element.

It also provides two helper methods called `mousewheel` and `unmousewheel`
Expand Down

0 comments on commit 18e3cc1

Please sign in to comment.