1

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.

pnuts
  • 58,317
  • 11
  • 87
  • 139
Andromeda
  • 12,659
  • 20
  • 77
  • 103

1 Answers1

3

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

Artem Barger
  • 40,769
  • 9
  • 59
  • 81