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
  • 56,678
  • 9
  • 81
  • 133
Andromeda
  • 12,153
  • 19
  • 73
  • 101

1 Answers1

3

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

Artem Barger
  • 39,865
  • 9
  • 55
  • 80