Here’s a problem only with web browsers on the computer, in other words it’s not a problem on smart phones as an app.
I updated my jquery mobile framework to the latest release, and i’m trying to log into my account which loads other pages, but as soon as it loads the other pages it loads back to the log in screen. My question is, are there any background functions tied to the changePage function that have changed since 1.0b2’ish release which may affect this?
There have been several changes made to the
$.mobile.changePage()function including some deprecations that had code removed for the 1.0 release (latest at the time of this writing).If you go here: http://jquerymobile.com/blog/, and search for “changePage”, you will find some interesting information like this:
You could also take a look at the documentation for
$.mobile.changePage()and make sure the current documentation fits with how you are currently using the function: http://jquerymobile.com/demos/1.0/docs/api/methods.htmlUpdated doc link for
1.1.0: http://jquerymobile.com/demos/1.1.0/docs/api/methods.html