How to fix back button when user clicks on link from endless ajax scrolling search results?
Google for jQuery ajax history plugins. A lot of them.
also look up the jQuery haschange plugin: http://benalman.com/projects/jquery-hashchange-plugin/
basically you are adding / updating (possibly increasing) the value '# result-set = 1' to the url of the page. Then use the haschange plugin eg. you can run your own code, navigate backward or forward, how many of the results were shown by pagination, etc. When the user clicks the back button and returns to your page, when you turn on the load haschange should work if you are connected up your pagination in the "# ..." in the url
source to share
Discard unspace writeup its implementation Pageless. They use a special div that moves along with the scroll events and they also use a temporary cookie to store the position.
source to share