jQuery Finger unifies click and touch events by removing the 300ms delay on touch devices. This plugin focuses on one finger events. You can use the provided events like any other jQuery event. Direct and delegated events are both supported. This can be very useful for dynamically loaded content via AJAX for example.
jQuery Finger - Events:
Tap
The tap event is the most basic one and is essentially like a click. On touch devices, it removes the 300ms delay of the standard click.
Double t