UI Tabs update: cookie option
Hi,
I've added a cookie option to the UI Tabs plugin to retrieve the
active tab to start with from a cookie. Looks like:
$('#example').tabs({ cookie: { expires: 30 } });
Set this option as an object like the cookie plugin expects for cookie
options, more information:
http://www.stilbuero.de/2006/09/17/cookie-plugin-for-jquery/
You need to include the cookie plugin of course.
--Klaus