Hello,
I’m trying to speed up mobile access to information on a page.
Of course I can create many nested pages, but then users must click and wait for each next page load.
I prefer to create one page, where based on a user click, that page stays there but the content changes.
I found this great method:
https://css-tricks.com/ajax-load-container-contents/
…but I was hoping there was already a way to do this using something in X.
Note: I’m not looking for lazy load or fade.
Thank you,
Chris