keep menu in view on new page load

Out of context: Reply #11

  • Started
  • Last post
  • 14 Responses
  • monNom0

    ^ essentially it's the same. The only difference is that for a real user, whatever page they come in on becomes the "homepage" and all navigation from then on loads content via XHR instead of regular linking. So you need to use the same templates on the server as you use on the client, and deliver the first load as a prebuilt HTML file, rather than building it on the client side at runtime.

View thread