Dear list,<br clear="all">
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:
<font face="courier new,monospace">$(function()
{
$('#tabCont > ul').tabs({fx: {opacity: 'toggle', duration: 500, cookie: {expires: 7, path: '/'}}});
});</font>
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?