Dear list, I am trying to remember the last selected tab using cookies but it doesn't seem to work no matter what I do.
My code is the following:
$(function()
{
$('#tabCont > ul').tabs({fx: {opacity: 'toggle', duration: 500, cookie:
{expires: 7, path: '/'}}});
});
Should this be enough to gain the wanted result or do I need to add custom
code which handles the automated selecting on page reload?
Many thanks
--
Isaak Malik
Web Developer

