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

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.

Awesome Lists containing this project

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.