This repository was archived by the owner on Oct 8, 2021. It is now read-only.
This repository was archived by the owner on Oct 8, 2021. It is now read-only.
no event before the page is loaded #2186
Closed
Description
it would be nice to have an event triggered before a page is loaded.
For example, it can be useful for unbinding listeners in the previous page (specially in case of a multi page data like product list) or add tracking. The main advantage of using such event rather than changepage is that you can use them when you load page in background (directly using $.mobile.loadpage()).