1.0.0 • Published 11 years ago
tap-component v1.0.0
tap
tap on elements. bypasses the click delay on mobile.
Installation
$ component install component/tapAPI
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