[jQuery] Re: Cookie domain and path

2008-07-01 Thread Jörn Zaefferer
See http://dev.jquery.com/changeset/5759 Jörn On Tue, Jul 1, 2008 at 1:02 AM, jcruz <[EMAIL PROTECTED]> wrote: > > That seems like it would work fine as well. In the above patch, the > user only needs to set the options they want to use. Unset options > result the default cookie settings used

[jQuery] Re: Cookie domain and path

2008-06-30 Thread jcruz
That seems like it would work fine as well. In the above patch, the user only needs to set the options they want to use. Unset options result the default cookie settings used by the cookie plugin. On Jun 30, 1:30 am, "Jörn Zaefferer" <[EMAIL PROTECTED]> wrote: > How about a single option "cooki

[jQuery] Re: Cookie domain and path

2008-06-30 Thread Jörn Zaefferer
How about a single option "cookieOptions" which would contain the expires, path etc. properties. That way the treeview plugin can just pass through cookie options. The default would be "undefined", resulting in the default cookie settings that the cookie plugin uses. Jörn On Mon, Jun 30, 2008 at

[jQuery] Re: Cookie domain and path

2008-06-29 Thread jcruz
Submitted a patch at http://dev.jquery.com/ticket/3101 On Jun 29, 12:40 pm, jcruz <[EMAIL PROTECTED]> wrote: > This is for theTreeview1.4 > > On Jun 29, 12:34 pm, jcruz <[EMAIL PROTECTED]> wrote: > > > When setting a value for cookieId, is it possible to specify a cookie > > domain and path? > >

[jQuery] Re: Cookie domain and path

2008-06-29 Thread jcruz
This is for the Treeview 1.4 On Jun 29, 12:34 pm, jcruz <[EMAIL PROTECTED]> wrote: > When setting a value for cookieId, is it possible to specify a cookie > domain and path?