Back
eventsTriggered when the user navigates back to the previous URL.
Event Data
e.url String
The current part of the URL
e.to String
The fragment part of the previous URL
Calling the
preventDefaultmethod of the event object will stop the change and restore the previous URL.