mobileinit

Event indicating that jQuery Mobile has finished loading.

pagebeforechange

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 history has been modified by the navigation process.

pagebeforecreate

Triggered on the page being initialized, before most plugin auto-initialization occurs.

pagebeforehide

Triggered on the “fromPage” we are transitioning away from, before the actual transition animation is kicked off.

pagebeforeshow

Triggered on the “toPage” we are transitioning to, before the actual transition animation is kicked off.

pagechange

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

pagechangefailed

Triggered when the changePage() request fails to load the page.

pagecreate

Triggered when the page has been created in the DOM (via ajax or other) and after all widgets have had an opportunity to enhance the contained markup.

pagehide

Triggered on the “fromPage” after the transition animation has completed.

pageinit

Triggered on the page being initialized, after initialization occurs.

pageload

Triggered after the page is successfully loaded and inserted into the DOM.

pageremove

Triggered just before the framework attempts to remove an external page from the DOM.

pageshow

Triggered on the “toPage” after the transition animation has completed.

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.

throttledresize

Limits the rate of the execution of handlers on resize events.

updatelayout

Triggered by components within the framework that dynamically show/hide content.

vclick

Virtualized click event handler.

vmouseout

Virtualized mouseout event handler.

vmouseup

Virtualized mouseup event handler.