Here is the link to the app i am working on http://diligentbrainteam.com/fdd/. Try entering some zip code (2450), and the transition to next page is using 'changePage' method. The back button on the second page does not seem to be working. The URL is always the same, as if the new page is being loaded in the current page. Any suggestions on why this is happening?
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
In the second page you have |
|||
|
|
|
It is because you are setting "changeHash" to "false" in your changePage call. See http://jquerymobile.com/test/docs/api/methods.html |
|||||||
|