mobileinit
Event indicating that jQuery Mobile has finished loading.
Event indicating that jQuery Mobile has finished loading.
A wrapper event for popstate
Device portrait/landscape orientation event
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.
Triggered on the page being initialized, before most plugin auto-initialization occurs.
Triggered on the “fromPage” we are transitioning away from, before the actual transition animation is kicked off.
Triggered before any load request is made.
Triggered on the “toPage” we are transitioning to, before the actual transition animation is kicked off.
This event is triggered after the changePage() request has finished loading the page into the DOM and all page transition animations have completed.
Triggered when the changePage() request fails to load the page.
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.
Triggered on the “fromPage” after the transition animation has completed.
Triggered on the page being initialized, after initialization occurs.
Triggered after the page is successfully loaded and inserted into the DOM.
Triggered if the page load request failed.
Triggered just before the framework attempts to remove an external page from the DOM.
Triggered on the “toPage” after the transition animation has completed.
Triggers when a scroll begins.
Triggers when a scroll finishes.
Triggered when a horizontal drag of 30px or more (and less than 30px vertically) occurs within 1 second duration.
Triggered when a swipe event occurs moving in the left direction.
Triggered when a swipe event occurs moving in the right direction.
Triggered after a quick, complete touch event.
Triggered after a sustained complete touch event.
Limits the rate of the execution of handlers on resize events.
Triggered by components within the framework that dynamically show/hide content.
Virtualized click event handler.
Virtualized mousecancel event handler.
Virtualized mousedown event handler.
Virtualized mousemove event handler.
Virtualized mouseout event handler.
Virtualized mouseover event handler.
Virtualized mouseup event handler.