jQuery Finger

jQuery Finger unifies click and touch events by removing the 300ms delay on touch devices. It also provide a common set of events to handle basic gestures such as drag and pinch. Small (< 1kb gzipped), it is focused on performance, is well tested and ... also supports jQuery delegated events.

jTap – jQuery Tap Event for all devices

jTap – additional event for jQuery processing touching to screen on touch devices. Those who are faced with adaptation of web-based applications for mobile devices knows that the event “click” is triggered with a delay of 300ms, observe which not very pleasant. In addition, click on non-delegated place of document will not work. To solve … Continue reading

Unified mouse and mobile touch input events

Use this plugin to handle both keyboard-mouse and mobile touch motions with a unified set of events. It is currently being used in a commercial SPA and is featured in the book [Single page web applications – JavaScript end-to-end](http://manning.com/mikowski). Supported motions for both desktop and touch devices include tap, long-press, drag, long-press-drag, and zoom. See … Continue reading

jquery.event.tap

jQuery special event for generating tap events on touch interfaces. The point is to do away with simulated mouse events on touch devices, so that a site’s touch interaction model can be treated differently from it’s mouse interaction model.

Rye Touch Events in jQuery

This touch event implementation allows plugins written to Zepto or Rye to work with jQuery

jQuery event fastclick

Avoiding the 300ms delay of most mobile browsers before triggering the click event, to make mobile websites and html apps more responsive.