API Documentation for: 1.1.2
Show:

jQuery.touch Class

Namespace: jQuery

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
})

Constructor

jQuery.touch

(
  • handler
)

Parameters:

Item Index