Fork Me on GitHub

jQuery fastClick

Work around some mobile browser's 300ms delay on the click event.

download .ZIPdownload .TGZ

Introduction

jQuery fastClick works around the 300ms delay for the click event in some mobile browsers. It's based on the idea from Google.

Usage

$('button').fastClick(function() {
  alert('clicked!');
});

Installation

Get the repo:

$ git clone https://github.com/dave1010/jquery-fast-click.git

Just the file:

$ wget https://raw.github.com/dave1010/jquery-fast-click/master/jQuery.fastClick.js

License

Creative Commons Attribution 3.0 License

Authors and Contributors

Original idea from Google. jQuery plugin by Dave Hulbert (@dave1010). Contributions from @jbroadway, @KyleAMathews and @jnormore.

Support

Please submit a ticket if you have an issue. For technical support, StackOverflow is your best bet.