Hello, implemented AJAX loading landing pages when scrolling. Implemented loading section by section. Sections are successfully queried alternately from the server and added to the document via $("section:last").after(data);
But there was a problem: there is an anchor on each landing section and a menu item is tied to this anchor.
Question: How to implement navigation, if in fact none (at start) or several (when viewed) sections are not available for viewing, and the user already clicks on their anchors?