I have two pages
One is PHP page which gets data from database and returns it to jquery as JSON.
Another is JQUERY page html which displays data got from PHP page
This works fine.
Data from PHP page is displayed correctly on HTML page with JQUERY.
But when I press the BACK button of browser and again come back to that HTML JQUERY page, data got from PHP page is wiped out and page is empty
How can i have the same data displayed always?