I am using ajax in my site. When a user enters a query and selects a category, I update the page with server fetched content using ajax. In addition I update the URL with a hash value which shows the query and the category separated by a &.
What I want to do is to make it so when the browser back-button is pressed I want to display the previous result without reloading.
What I am getting is that URL that has the previous values, but the result is not updating. How can I change that? Can any one help me?