jQuery Mobile - Page Events



It provides the page events when the user hides, creates, loads, or unloads the pages.

Following table lists two types of page events, which are supported by jQuery Mobile.

Sr.No. Page Event & Description
1 Initialization Events

Fires when the page has been initialized.

2 Load Events

Fires when the external pages are loaded into the DOM.

3 Transition Events

Fires when we transition from one page to other page.

jquery_mobile_events.htm
Advertisements