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!
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!