문제

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! :)

도움이 되었습니까?

해결책

Web storage will be the better option if you don't want to use cookies. You can get webstorage examples here : http://www.w3schools.com/html/html5_webstorage.asp

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top