There is a list of goods store. When scrolling down the page, dynamically (append) other goods of the store are added for viewing. The user navigates through the product which has dynamically loaded and returns to the page of the general list of goods.

  • And where will they go if it returns to the back button of the browser? - KAGG Design
  • @KAGG Design So I’m dynamically adding these products using the jQuery append function, only the first 20 products are displayed on the static page. - user253927
  • @KAGG Design The same they are reloaded as in my case. - user253927
  • It is necessary to manipulate the history of the browser. Here is an example, it is crooked, but you can extract the essence from it: css-tricks.com/using-the-html5-history-api - KAGG Design
  • Here's a better example: digitarald.de/project/history-manager - KAGG Design

0