npm.io
1.0.1 • Published 11 years ago

component-tap

Licence
MIT
Version
1.0.1
Deps
2
Vulns
0
Weekly
0
Stars
8

tap

tap on elements. bypasses the click delay on mobile.

Installation

$ component install component/tap

API

Tap(el, fn)

Initialize a new tap event on el that triggers fn.

tap(el, fn);
.unbind()

Unbind the tap event.

tap.unbind();

License

MIT