Tabs cookie
Tabs cookie
Hi
I'm using tabs on my website and i want on aan page refresh that the last selected tab is still active
I read on the JqueryUI website that there is an "cookie" option, so i used that like this:
-
$(function() {
$("#tabs").tabs({
cookie: {expires: 30}
});
});
But unfortunately it doens't work, the whole content of every tab is all over the webpage.
Is there anything that i have to add to get the cookie thing working?
Thanks in advance