pagehide event

Triggered on the "fromPage" after the transition animation has completed.
Note: The triggering of this event is deprecated as of jQuery Mobile 1.4.0. It will no longer be triggered in 1.6.0.

The replacement for pagehide is the pagecontainer widget's pagecontainerhide event. In jQuery Mobile 1.4.0, the two events are identical except for their name and the fact that pagecontainerhide is triggered on the pagecontainer, whereas pagehide is triggered on the page.

jQuery( ".selector" ).on( "pagehide", function( event ) { ... } )
doc_jQuery
2016-03-28 15:04:55
Comments
Leave a Comment

Please login to continue.