Reputation:
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
Reputation: 1413
$(":mobile-pagecontainer").pagecontainer("change", "#page", { options });
Upvotes: 1