Reloading the the data-role="page" after the json data is retrieved
Hi,
I am using a JSON service to which I pass parameters like country="USA" and then it sends me the data in the JSON format.
The result is great and I then append it to listview within a new page and then use the changepage("") function and show the results.
This works fine but when I again go back and type say country="France" the results are still the same old one..
NOTE:
Also URL//index.html#page2 is where i give the parameters to the which are used which calling the json service and then I show the results in URL//index.html#page3