1

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

Thanks.

Omar
  • 32,302
  • 9
  • 69
  • 112
  • possible duplicate of [how to change page in latest jquery mobile (1.4 beta)?](http://stackoverflow.com/questions/19174611/how-to-change-page-in-latest-jquery-mobile-1-4-beta) – Omar Oct 25 '13 at 06:51
  • Thanks. I had searched for this but didn't find it. Voted for close. It doesn't even appear in the related questions list. –  Oct 25 '13 at 10:28
  • No worries. Because there are few jQM 1.4 related questions. – Omar Oct 25 '13 at 10:50

1 Answers1

1
$(":mobile-pagecontainer").pagecontainer("change", "#page", { options });
Cameron Askew
  • 1,403
  • 1
  • 12
  • 20
  • This is a duplicate of [this question](http://stackoverflow.com/questions/19582457/what-to-use-in-place-of-mobile-changepage) – Cameron Askew Oct 25 '13 at 06:44