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 after the page is loaded #2187
Closed
Description
it would be nice to have an event triggered after a page is loaded.
For example, it can be useful for binding listeners in just loaded page or update using javascript some value like in the case of shipping fees. 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()).