I am working with jquerymobile on a mobile app. This mobile apps works together with a web service. I call the web-service with user data to authenticate myself and then I want to display the returned data on the next page.
At the moment I have a button on the page with calls a javascript method that sends a post request to my web-service and then directs me to the next page depending on the result of the web-service call. All that works fine but I have no idea how to display data from my webservice on page2.
All I could find are some ways to pass some static parameters via $.mobile.changepage($("#page2"))