As Thomas Fuchs documented here, touch events on Mobile Safari (and maybe Android, although I haven’t tested) trigger much faster than mouse click events, and can make your web application appear much more responsive with only a few small code changes. The snippet below will allow you to bind and trigger mouse clicks as usual using jQuery, but will use touch “clicks” instead in browsers that suppo