Skip to content
This repository has been archived by the owner on Oct 8, 2021. It is now read-only.

New properties and methods

cronco edited this page Jan 9, 2011 · 2 revisions
  • jQuery.mobile: object to store various configurable properties
  • jQuery.mobile.subPageUrlKey: the key used in hash urls for sub-pages. Defaults to "ui-page" (ie: #url&ui-page=subsection...)
  • jQuery.pageLoading: pageLoading function from mobile core, which shows or hides the page loading message. Method accepts a boolean argument, true will hide the message (whenever something is done loading).
  • jQuery.mobile.page: page function from mobile core. This function makes markup-driven enhancements using jQuery mobile plugins. The single required argument is a reference to a jQuery object.
  • jQuery.changePage: changepage function from mobile core. This function accepts 4 arguments: to,transition,back,changeHash.
  • jQuery.hideBrowserChrome: hideBrowserChrome function from mobile core. This function just does a window.scrollTo(0,0) to hide the address bar and prevents triggering of scroll events while doing so.