Skip to content
Kang Chen edited this page May 14, 2015 · 2 revisions

jQuery Mobile

swipe

Triggered when a horizontal drag of 30px or more (and less than 30px vertically) occurs within 1 second duration.

swipeleft

Triggered when a swipe event occurs moving in the left direction.

swiperight

Triggered when a swipe event occurs moving in the right direction.

tap

Triggered after a quick, complete touch event.

taphold

Triggered after a sustained complete touch event.

Fore more: http://api.jquerymobile.com/category/events/

Clone this wiki locally