thanks! But... still a problem... try to explain...
normally, when I don't enforce a tab via .selected, the current state
is saved in a cookie named "ui-tabs13" (why so? what's the naming
algorithm?). Now, when I specify the .selected (but .cookie option is
still set, because I still want the tab position to be remembered!),
it works correctly. But... now when the user starts to change tabs,
the state now is being saved in a cookie WITH A DIFFERENT NAME - "ui-
tabs15"! So when the user refreshes the screen, it's not taken into
consideration (the state saved in the original cookie ui-tabs13 is
taken instead).
If I specify another .selected tab, the cookie might change its name
again - say, "ui-tabs36"... And so on...
Why is it so? Is it normal? How to achieve the consistency?