
- jQuery Mobile Tutorial
- jQuery Mobile - Home
- jQuery Mobile - Overview
- jQuery Mobile - Setup
- jQuery Mobile - Pages
- jQuery Mobile - Icons
- jQuery Mobile - Transitions
- jQuery Mobile - Layouts
- jQuery Mobile - Widgets
- jQuery Mobile - Events
- jQuery Mobile - Forms
- jQuery Mobile - Themes
- jQuery Mobile - CSS Classes
- jQuery Mobile - Data Attributes
- jQuery Mobile Useful Resources
- jQuery Mobile - Interview Questions
- jQuery Mobile - Quick Guide
- jQuery Mobile - Useful Resources
- jQuery Mobile - Discussion
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