Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/dzervoudakes/jquery-doubletap

A useful double-tap/double-click plugin for jQuery.
https://github.com/dzervoudakes/jquery-doubletap

Last synced: about 1 month ago
JSON representation

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

Awesome Lists containing this project

README

        

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