1.0.3 • Published 3 years ago

jquery-pointers v1.0.3

Weekly downloads
-
License
MIT
Repository
github
Last release
3 years ago

pointers

is a open-source library that can recognize gestures made by touch, mouse and pointerEvents.

QuickStart

If you know how to use JQuery, then you already know how to use Pointers!

$p('YourSelector').on('tap nthtap:2 press press:up pan:start.namespace pan:end.namespace pan.namespace',function(){
console.info('Hey! You just trigger the handler!');
})

documentation

For in-details use referer to the documentation

License

This package is a free software Licensed under the MIT License.