jQuery.event.special.doubletap
Event raised when a second tap occurs within 250 ms of a previous tap.
Bubbles and can be delegated against.
Usage
$(element).on('doubletap', function(e){
// handle event...
});
Data on the event
pointers
: array of Pointer objects, each withpageX
andpageY
propertiesoriginalEvent
: Native event object which was re-interpreted as atap
duration
: duration of the tap