user235273
user235273

Reputation:

What to use in place of $.mobile.changePage()?

The release notes of jQuery Mobile 1.4.0 RC1 marks $.mobile.changePage() as deprecated. Which API method replaces it?

Thanks.

Upvotes: 1

Views: 745

Answers (1)

Cameron Askew
Cameron Askew

Reputation: 1413

$(":mobile-pagecontainer").pagecontainer("change", "#page", { options });

Upvotes: 1

Related Questions