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

doubleTap is a jQuery plugin that triggers a callback function after double-tapping/double-clicking on the selected DOM element.

callback Click

Documentation

jQuery-doubleTap

A useful double-tap/double-click plugin for jQuery.

Example:
$(selector).doubleTap(function() { 	$(selector).css('background', '#f00'); }); 

As the top of this README suggests, this plugin is optimized for both "click" and "touch".


You May Also Like