Easy Tutorial
❮ Jquerymobile Form Sliders Event Pagehide ❯

jQuery Mobile swiperight Event

jQuery Mobile Events

Example

Hide the element <p> by swiping right horizontally on it:


Definition and Usage

The swiperight event is triggered when a horizontal right drag of more than 30px within one second is detected (with vertical drag less than 75px).

Related Events:


Syntax

Parameter Description
function(event) Required. Specifies the function to run when the swiperight event is triggered. <br> <br>The function has an optional event object, which can be any jQuery event property (e.g., event.target, event.type, etc.). For more information, refer to the jQuery Event Reference

More Examples

Event Object


jQuery Mobile Events

❮ Jquerymobile Form Sliders Event Pagehide ❯