Category: Events
hashchange
Enables bookmarkable #hash history.
mobileinit
Event indicating that jQuery Mobile has finished loading.
navigate
A wrapper event for both hashchange and popstate
orientationchange event
Device portrait/landscape orientation event
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.
pagebeforeload
Triggered before any load request is made.
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.
pageloadfailed
Triggered if the page load request failed.
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.
scrollstart
Triggers when a scroll begins.
scrollstop
Triggers when a scroll finishes.
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.
vmousecancel
Virtualized mousecancel event handler.
vmousedown
Virtualized mousedown event handler.
vmousemove
Virtualized mousemove event handler.
vmouseout
Virtualized mouseout event handler.
vmouseover
Virtualized mouseover event handler.
vmouseup
Virtualized mouseup event handler.
© The jQuery Foundation and other contributors
Licensed under the MIT License.
https://api.jquerymobile.com/category/events