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.
feature request: changePage return value #3409
Closed
Description
example:
changedpage = $.mobile.changePage upload_path
currently, returns undefined. I propose that it should return true or false, depending on whether the page was indeed changed, or no change was made due to the requested page being the active page.
This would be convenient triggering events to reinitialize the page in cases where it is already displayed.