hammerjs/jquery.hammer.js

README.md: Use on() instead of bind()

Opened this issue · 2 comments

Regarding the README.md:
As stated in the official documentation of bind(), on() should be used instead:

As of jQuery 3.0, .bind() has been deprecated. It was superseded by the .on() method for attaching event handlers to a document since jQuery 1.7, so its use was already discouraged. Link

on() is not working
This plugin looks dead...

Works for me. What Versions of jQ and Hammer do you use?