Looks like there's no way to get around the additional name option. There's a ticket for this anyway:
http://ui.jquery.com/bugs/ticket/2393 --Klaus On 29 Okt., 16:45, Jim Biancolo <[EMAIL PROTECTED]> wrote: > They just differ by a parameter, I'm afraid: > > /web/controllers/admin.cfc?method=teacher_status > /web/controllers/admin.cfc?method=coordinator_details > /web/controllers/admin.cfc?method=reviewer_details > > One interesting thing: teacher_status has five tabs and gets its own > setting/cookie. coordinator_details and reviewer_details each have > two tabs, and they share a setting/cookie. > > Thanks! > > Jim > > On Oct 29, 11:23 am, Klaus Hartl <[EMAIL PROTECTED]> wrote: > > > Do these pages have truly different urls or does the url just differ > > in some paremeter? Like: > > > /example?foo=1 > > > /example?foo=2 > > > --Klaus > > > On 29 Okt., 02:58, Jim Biancolo <[EMAIL PROTECTED]> wrote: > > > > Hi folks, > > > > I'm using the cookie plugin to make the selected tab sticky, using > > > this syntax: > > > > $('#tabs > ul').tabs({cookie: {expires: 7}}) > > > > I have several pages that use this syntax, and some of the pages > > > appear to "share" a cookie, in that the selected tab on one page then > > > also becomes the selected tab on another page. Is there a way to > > > specify a different cookie name for each page so there's no conflict? > > > I tried this, but it had no effect: > > > > $('#tabs > ul').tabs({cookie: {name: 'foo', expires: 7}}) > > > > Thanks! > > > > Jim --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
