So I understand how to make a default tab using the selector.
$tabs.tabs('option', 'selected', 2);
I also understand how to use the cookie plugin
$('#tabs').tabs({ cookie: { expires: 30 } });
but I can't figure out how to combine the two! What I really want is
to be able to load tab 2 as the default tab. But if someone changes
the tab and then refreshes I don't want it to go back to the 2nd tab,
I want it to stay on the one they've navigated to. Any help would be
appreciated.
Thanks,
Isaac Earl
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"jQuery UI" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/jquery-ui?hl=en
-~----------~----~----~----~------~----~------~--~---