README.md: Use on() instead of bind()
Opened this issue · 2 comments
jonathanarbely commented
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
66beta commented
on() is not working
This plugin looks dead...
jonathanarbely commented
Works for me. What Versions of jQ and Hammer do you use?