The name property referred to is in the hash you pass as the value of the
cookie option, like so:
$("#tabs").tabs({
cookie: {
expires: 30,
name: 'cookie-name'
}
});
- Richard
On Sat, Mar 7, 2009 at 2:58 PM, Jeffrey B <[email protected]>wrote:
>
> Hi Karl,
>
> I've got 1.7 up and running and want to thank you for taking care of
> the "fragment identifer" bug. It's working fine now.
>
> I'm trying to understand and implement the cookie option, specifically
> the technique mentioned in the documentation:
>
> "Since jQuery UI 1.7 it is also possible to define the cookie name
> being used via name property."
>
> I've tried putting the name="..." property on my LI's and my content
> containers but the cookie name still remains something like "ui-
> tabs-32" so I think I'm getting this wrong. I can be pretty dense at
> times. :-)
>
> Could you possibly provide me an example?
>
> All the best,
>
> Jeffrey
> >
>
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---