Work around the 300ms delay for the click event in some mobile browsers.
Code based on http://code.google.com/mobile/articles/fast_buttons.html
$('button').fastClick(function() {
alert('clicked!');
});
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Work around the 300ms delay for the click event in some mobile browsers.
Code based on http://code.google.com/mobile/articles/fast_buttons.html
$('button').fastClick(function() {
alert('clicked!');
});