pagebeforechange event
  • References/JavaScript/jQuery Mobile/Events

Triggered twice during the page change cyle: First prior to any page loading or transition and next after page loading completes successfully, but before the browser

2025-01-10 15:47:30
pagechange event
  • References/JavaScript/jQuery Mobile/Events

This event is triggered after the changePage() request has finished loading the page into the DOM and all page transition animations have completed.

2025-01-10 15:47:30
swipe event
  • References/JavaScript/jQuery Mobile/Events

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

2025-01-10 15:47:30
hashchange event
  • References/JavaScript/jQuery Mobile/Events

Enables bookmarkable #hash history. The jQuery Mobile .hashchange() event handler

2025-01-10 15:47:30
pagehide event
  • References/JavaScript/jQuery Mobile/Events

Triggered on the "fromPage" after the transition animation has completed.

2025-01-10 15:47:30
swiperight event
  • References/JavaScript/jQuery Mobile/Events

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

2025-01-10 15:47:30
vclick event
  • References/JavaScript/jQuery Mobile/Events

Virtualized click event handler. We provide a set of "virtual" mouse events that attempt

2025-01-10 15:47:30
pageinit event
  • References/JavaScript/jQuery Mobile/Events

Triggered on the page being initialized, after initialization occurs. We recommend binding

2025-01-10 15:47:30
vmouseover event
  • References/JavaScript/jQuery Mobile/Events

Virtualized mouseover event handler. We provide a set of "virtual" mouse events that attempt

2025-01-10 15:47:30
taphold event
  • References/JavaScript/jQuery Mobile/Events

Triggered after a sustained complete touch event. The jQuery Mobile taphold

2025-01-10 15:47:30