https://github.com/dave1010/jquery-fast-click
Work around some mobile browser's 300ms delay on the click event.
https://github.com/dave1010/jquery-fast-click
Last synced: 8 months ago
JSON representation
Work around some mobile browser's 300ms delay on the click event.
- Host: GitHub
- URL: https://github.com/dave1010/jquery-fast-click
- Owner: dave1010
- Created: 2011-03-07T13:37:01.000Z (almost 15 years ago)
- Default Branch: master
- Last Pushed: 2013-01-17T09:11:47.000Z (almost 13 years ago)
- Last Synced: 2024-04-05T16:32:36.525Z (over 1 year ago)
- Language: JavaScript
- Homepage:
- Size: 676 KB
- Stars: 132
- Watchers: 13
- Forks: 30
- Open Issues: 11
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-frontend - jquery-fast-click
- awesome-frontend - jquery-fast-click
- awesome-front-end - jquery-fast-click
README
# jQuery fastClick plugin
Work around the 300ms delay for the click event in some mobile browsers (e.g. Android and iOS).
Code based on
Homepage: http://dave1010.github.com/jquery-fast-click/
## Usage
$('button').fastClick(function() {
alert('clicked!');
});
## Example
See for a link that starts loading as soon as you tap on it.