Andromeda
Andromeda

Reputation: 12897

Managing Browser History in Ajax

I am using ajax in my site.

If a user enters a query and select a category, i will updates the page with result with ajax. I also update the url with hash value which shows query and category seperated by an &.

What I want is that when the browser back button is pressed I want to display the previous result without reloading. What i am getting is that the URL has the previous values, but the result is not updating.

Upvotes: 1

Views: 1593

Answers (1)

Artem Barger
Artem Barger

Reputation: 41232

You can use : "Yahoo! UI Library: Browser History Manager"

Upvotes: 3

Related Questions