jquery-hammerjs

jquery-hammerjs JS library on GitHub jquery-hammerjs JS library on npm Download jquery-hammerjs JS library

jquery.hammer.js

Version 2.0.0 License MIT
jquery-hammerjs has no homepage
jquery-hammerjs JS library on GitHub
jquery-hammerjs JS library on npm
Download jquery-hammerjs JS library
Keywords
hammerjsjquery

jquery.hammer.js

This jQuery plugin is just a small wrapper around the Hammer() class. It also extends the Manager.emit method by triggering jQuery events.

$(element).hammer(options).bind("pan", myPanHandler);

The Hammer instance is stored at $element.data("hammer").