pklauzinski / jscroll

An infinite scrolling plugin for jQuery.

Home Page:http://jscroll.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

How to get to the previously scrolled/loaded position via the back button

mikep165 opened this issue · comments

I have a page that shows 12 items, and then loads 12 more every time the "load more" button is clicked.
If I click the "load more" button (so now I have 24 items visible) and then click through to an item, when I click the browser back button I come back to the original page with only the initial 12 items visible. How can I set it up to show all of the items that had previously been loaded? Thanks in advance!

commented

Any luck on this one? Trying to find a solution for this aswell.