jQuery fastClick plugin 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 Usage $('button').fastClick(function() { alert('clicked!'); });