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".