https://github.com/dzervoudakes/jquery-doubletap
A useful double-tap/double-click plugin for jQuery.
https://github.com/dzervoudakes/jquery-doubletap
Last synced: 3 months 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 (over 10 years ago)
- Default Branch: main
- Last Pushed: 2020-10-31T05:31:33.000Z (over 4 years ago)
- Last Synced: 2025-04-15T21:48:39.697Z (3 months ago)
- Language: HTML
- Homepage:
- Size: 41 KB
- Stars: 4
- 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".