[jQuery] Re: Can we store array of objects into cookie

2007-09-25 Thread Potluri
Hi can you please tell me the syntax of calling these functions. I tried to do the following. var $cookieName = "arrCookie" //Assuming this is the cookie name where the value of the cookie is been set like in my case value should be array of objects?. 1>> how to set value of this cookie ?

[jQuery] Re: Can we store array of objects into cookie

2007-09-25 Thread Benjamin Sterling
Vijay, I answered your question in your other posting. On 9/25/07, Potluri <[EMAIL PROTECTED]> wrote: > > > > Hi, > I'm having trouble storing array of objects into cookie like > var arr = []; > arr.push({index:1,name:"vijay"}); > arr.push({index:2,name:"krish"}); > > When I'm trying to store ar