component-tap
v1.0.1
Published
tap on things
Downloads
135
Readme
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