jQuery.touch Class
Create a convenience function for the touch event which does a much better job at handling touch events responsively. The click event adds a delay but sometimes we want the touch to be immediate.
$('a').touch(function(e){
// Handle
})