jquery
Touch and Click in jQuery (without jQuery Mobile)
Problem One of the most common things I do with JQuery is to attach click event listeners to buttons, links and other elements as follows: $(".class").click(function(evt) {}); Unfortunately, I found that, while this approach works well for Desktop browsers, the user interaction on touch-enabled devices feels