Hi,
I am using JQuery UI tabs along with cookie plugin to remember tabs.
The code on the home page works absolutely fine. When a tab is
switched, it remembers the switched tab upon refresh. When the "Home"
button is clicked, it switches to the first tab. When "Logout" link is
clicked, it deletes t
All,
I am using the JQuery UI tabs plugin with cookies and so far it works
great. I am calling it as under:
$('#container ul').tabs({cookie: {expires:1}});
The issue is, when a user logs out by clicking a logout link, I want
the cookie to get deleted, so when the user logs back in, we have the
f