jQuery Toggle with Cookie
- by Cameron
I have the following toggle system, but I want it to remember what was open/closed using the jQuery cookie plugin. So for example if I open a toggle and then navigate away from the page, when I come back it should be still open.
This is code I have so far, but it's becoming rather confusing, some help would be much appreciated thanks.
…