Currently, I am in the process of creating a website that will complement a presentation. One of the requests I received is to customize the site content based on what is being presented, meaning certain elements may need to be hidden from the page. To address this, I have developed a simple script that can hide content and reset it upon refreshing the page.
However, now I am exploring the possibility of setting up the presentation in advance. The challenge here is that the setup could be done an hour or a day before the actual presentation, and there is a chance that the browser may be closed in the meantime.
Instead of implementing an advanced login system with saved profiles, I am wondering if there is a way for the site to remember the last displayed content on the screen and reload it in the same manner. This could possibly be achieved through caching or by associating it with a username, such as an email address.
For a demonstration of what I have so far, you can visit this link to the Fiddle page.
Below is the HTML code snippet:
Insert HTML code here...
Here is the jQuery code snippet:
Insert jQuery code here...
And finally, the CSS code snippet:
Insert CSS code here...