pagechangefailed eventversion added: 1.0
Description: This event is triggered when the changePage() request fails to load the page. Callbacks for this particular event will be passed a data object as the 2nd arg.
jQuery( ".selector" ).on( "pagechangefailed", function( event ) { ... } )
The properties for this object are as follows:
-
toPage
(object or string)- This property represents the page the caller wishes to make active. It can be either a jQuery collection object containing the page DOM element, or an absolute/relative url to an internal or external page. The value exactly matches the 1st arg to the
changePage()
call that triggered the event.
- This property represents the page the caller wishes to make active. It can be either a jQuery collection object containing the page DOM element, or an absolute/relative url to an internal or external page. The value exactly matches the 1st arg to the
-
options
(object)- This object contains the configuration options to be used for the current
changePage()
call.
- This object contains the configuration options to be used for the current