I am wondering if infinityScroll can be loaded in the reverse order.
Now we have yours index.html, which on the scroll loads the external page2.html, then page3.html, etc. Therefore, when a user wants to add content, he simply duplicates the file pageX.html, modifies the content and assigns the corresponding next number to the html file. Nice and simple? But now the latest update with the latest content is at the bottom of the page, and not at the top, as we would like.
So my main idea is that if the user updates
<nav id="page-nav">
<a href="pageX.html"></a>
</nav>
for any highest number of its external html file, and then infinityScroll shows all the files in reverse order up to page1.html, which is the last.
Currently, it works as follows:
index.html - downloads the following files in this order
page1.html (oldest)
page2.html
page3.html
page4.html (newest)
But I would like it to be like this:
index.html - downloads the following files in this order
page4.html (latest)
page3.html
page2.html
page1.html (oldest)
and whenever you add a page, it "lands on top of the stack, "
It can be very useful for all of us right?
Anyone for calling? :)
Greetings
"infinityScroll" 2, , , -- ..