Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

I am using History.js to manage history for my application. Whenever there is an ajax request the url is appended with "?page=1", "?page=2" and so on for subsequent requests. The back button works fine. Suppose if after making three ajax requests i am clicking on a link which takes me to a different page. Now if I click on back button, either I am getting some error because the parameter page isn't recognized by the action. So my question is, if after 2-3 ajax requests, I click on some other link then is it possible to go back to the same ajaxified state when I click on back button?

share|improve this question

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.