jquerymobile / 1.4.5 /

jQuery Mobile

Classes

CSS classes for common styles

.enhanceWithin()

Enhance all the children of all elements in the set of matched elements.

Icons

A list of the icons provided by jQuery Mobile.

jqmData()

Store arbitrary data associated with the specified element. Returns the value that was set.

jqmEnhanceable()

Filter method to respect data-enhance=false parent elements during manual enhancement.

jqmHijackable()

For users that wish to respect data-ajax=false parent elements during custom form and link binding jQuery Mobile provides the $.fn.jqmHijackable filter method.

jQuery.mobile.changePage()

Programmatically change from one page to another.

Note: jQuery.mobile.changePage is deprecated as of jQuery Mobile 1.4.0 and will be removed in 1.5.0. Use the pagecontainer widget’s change() method instead.

jQuery.mobile.getDocumentBase()

Utility method for retrieving the original document base URL.

Note: jQuery.mobile.getDocumentBase is deprecated as of jQuery Mobile 1.4.0 and will be removed in 1.5.0. Use the jQuery.mobile.path.getDocumentBase() method instead.

jQuery.mobile.getDocumentUrl()

Retrieve the URL of the original document.

Note: jQuery.mobile.getDocumentUrl is deprecated as of jQuery Mobile 1.4.0 and will be removed in 1.5.0. Use the jQuery.mobile.path.getDocumentUrl() method instead.

jQuery.mobile.loadPage()

Load an external page, enhance its content, and insert it into the DOM.

Note: jQuery.mobile.loadPage is deprecated as of jQuery Mobile 1.4.0 and will be removed in 1.5.0. Use the pagecontainer widget’s load() method instead.

jQuery.mobile.path.parseUrl()

Utility method for parsing a URL and its relative variants into an object that makes accessing the components of the URL easy.

Loader Widget

Handles the task of displaying the loading dialog when jQuery Mobile pulls in content via Ajax.

mobileinit

Event indicating that jQuery Mobile has finished loading.

navigate

A wrapper event for both hashchange and popstate

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.

Tabs Widget

A single content area with multiple panels, each associated with a header in a list.

tap

Triggered after a quick, complete touch event.

taphold

Triggered after a sustained complete touch event.

Textinput Widget

Creates a textinput widget for textinput, textarea or search input

Theme

jQuery Mobile Theme

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.

© The jQuery Foundation and other contributors
Licensed under the MIT License.
https://api.jquerymobile.com/category/all