Skip to content
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.

Problems reloading a page with page container #7769

Closed
@anon-software

Description

@anon-software

I am trying to refresh a page by reloading it from the server. From what I have been able find in the documentation, the following code should do the trick:

jQuery.mobile.pageContainer.pagecontainer('change', window.location.href, { reload: true });

The first problem is that it does not appear to do anything unless I add "reloadPage: true" into the options even though the documentation says "reloadPage" is deprecated and "reload" should be used instead.

But the real problem is that the reload corrupts my checkbox on the page by replicating its label. I seems that the problem is caused by two copies of the page residing in the DOM simultaneously at least for some period of time and the checkbox ID appears twice during that time.

The test case can be found on at http://jsbin.com/huvoraba/165

Metadata

Metadata

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions