Did you make sure the URL you were testing with did not include the tab name:
http://example.com/page#second-tab-name I know once you start getting problems, you start to blame everything on the library :) I have no idea for you cookie problem, though. On Mar 23, 1:37 pm, imami <[email protected]> wrote: > Hi > I use this code to add tabs with cookies enabled > > > $("#tabs").tabs({fx:{height:'toggle',duration:'fast'},selected:0}); > $('#tabs').tabs('option', 'cookie', { expires: 30 }); > > but when I use the second line , all tabs get disabled except one. > > - what's wrong ? > > - also if I use only the first line without "selected" option , the > secont tab always is selected tab , why ? --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
