It seems like whenever I press an input button or anchor button on a mobile device, it takes a second or two to process the onclick or press event. Is there a way to speed
The touchend event is pretty snappy.
$(someElement).bind('touchend',function(){ //other code });