RouteMissing
eventsTriggered when the URL does not match any of the provided routes.
Event Data
e.url String
The fragment part of the URL
e.params Object
The parsed query string parameters of the URL
Calling the
preventDefaultmethod of the event object will stop the change and restore the previous URL.