Tags: #js
pagebeforechange
This event is triggered prior to any page loading or transition
pagebeforeload
Triggered before any load request is made
pagebeforecreate
Triggered on the page being initialized, before most plugin auto-initialization occurs
pageload
Triggered after the page is successfully loaded and inserted into the DOM
pagebeforechange
This event is triggered prior to any page loading or transition
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
pagehide
Triggered on the “fromPage” after the transition animation has completed
pageshow
Triggered on the “toPage” after the transition animation has completed
pagechange
This event is triggered after the changePage()
request has finished loading the page into the DOM and all page transition animations have completed