[mochikit] Cookies

2006-02-12 Thread Beau Hartshorne
Does MochiKit have any cookie helpers? Cookies suck.

[mochikit] Re: Cookies

2006-02-12 Thread Beau Hartshorne
Sorry, I should have started with I think MochiKit should make cookies not suck. I'm working with my first JS cookie today, and it's horrible. Would they belong in .Base (with the JSON stuff)? On 12-Feb-06, at 4:11 PM, Bob Ippolito wrote: It'd be pretty easy to find if it did.. everything

[mochikit] Re: Cookies

2006-02-12 Thread Bob Ippolito
On Feb 12, 2006, at 4:17 PM, Beau Hartshorne wrote: On 12-Feb-06, at 4:11 PM, Bob Ippolito wrote: It'd be pretty easy to find if it did.. everything public is documented. No, it doesn't currently do anything with cookies. Sorry, I should have started with I think MochiKit should make

[mochikit] Re: IE bug with object tags?

2006-02-12 Thread Bob Ippolito
On Feb 12, 2006, at 10:12 PM, Tim Stebbing wrote: This code does not work in IE, it works in FF, I cannot tell why? var id = 123; var OBJECT = createDOMFunc('object'); var PARAM = createDOMFunc('param'); var EMBED = createDOMFunc('embed'); I don't really have