beforeShow
Fires before the mobile View becomes visible. The event can be prevented by calling the preventDefault method of the event parameter, in case a redirection should happen.

Event data

view : jQuery
The mobile view instance
hide
Fires when the mobile View becomes hidden.

Event data

view : jQuery
The mobile view instance
init
Fires after the mobile View and its child widgets are initialized.

Event data

view : jQuery
The mobile view instance
show
Fires when the mobile View becomes visible.

Event data

view : jQuery
The mobile view instance