I am using ajax on my site. When a user enters a query and selects a category, I refresh the page with the server loaded content using ajax. In addition, I am updating the URL with a hash value that shows the request and the category separated &.
What I want to do is to do this when the browser button is clicked. I want to display the previous result without rebooting.
What I get is a URL that has the previous values, but the result is not updated. How can i change this? Can anyone help me?
Jasim
source
share