jQuery fastClick plugin
August 23, 2012 ยท View on GitHub
Work around the 300ms delay for the click event in some mobile browsers (e.g. Android and iOS).
Code based on http://code.google.com/mobile/articles/fast_buttons.html
Homepage: http://dave1010.github.com/jquery-fast-click/
Usage
$('button').fastClick(function() {
alert('clicked!');
});
Example
See http://jsfiddle.net/p4BhA/4/ for a link that starts loading as soon as you tap on it.