I have a simple horizontal tab-list containing 4 tabs. The correct content is loaded, when it's associated tab is clicked, but...
when I referesh the page, the selected tab will default back to the first tab in the row, which is undesireable.
So, how can I save the open tab across page loads? I read somewhere, that the cookie-method is deprectated in jQuery.
Now, am I to use local storage? And if so, how does it work?
Thanks! :)