How to build persistent expandable/collapsible navigation with jQuery and the jQuery Cookie plugin
If you have any experience with jQuery, one of the first things you probably learnt to do was show and hide content. jQuery makes this very simple with it’s built in show() and hide() methods, but sometimes it can be useful for the show/hide state of your items to persist from page to page. This [...]