Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/dzervoudakes/jquery-doubletap
- Owner: dzervoudakes
- License: mit
- Created: 2015-02-01T08:32:51.000Z (almost 10 years ago)
- Default Branch: main
- Last Pushed: 2020-10-31T05:31:33.000Z (about 4 years ago)
- Last Synced: 2024-10-21T21:47:53.152Z (3 months ago)
- Language: HTML
- Homepage:
- Size: 41 KB
- Stars: 3
- Watchers: 0
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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".