🔔 Alert..!! Get 2 Month Free Cloud Hosting With $200 Bonus From Digital Ocean ACTIVATE DEAL

doubleTap is a jQuery plugin to determine double tap event on touch device that binds an event handler to a "double tap" JavaScript event.

callback Click

Documentation

jquery-doubletap

Double tap event handling for jQuery. Useful for code running on touch devices.

Usage

$('.foo').doubletap(function(e) {   console.log('bar', e); }); 

You May Also Like