[jQuery] Cookie in JQuery. Create, Update and Get

2009-12-01 Thread shapper
Hello,

I need to add a cookie with value true or false.
If the cookie does not exist then created. Otherwise change its value
to the new value.
Later I need to get the cookie value.

Can I do this with JQuery? Do I need a plugin? Which one?

Thank You,
Miguel


Re: [jQuery] Cookie in JQuery. Create, Update and Get

2009-12-01 Thread Richard D. Worth
See

http://plugins.jquery.com/project/cookie

- Richard

On Tue, Dec 1, 2009 at 9:55 PM, shapper mdmo...@gmail.com wrote:

 Hello,

 I need to add a cookie with value true or false.
 If the cookie does not exist then created. Otherwise change its value
 to the new value.
 Later I need to get the cookie value.

 Can I do this with JQuery? Do I need a plugin? Which one?

 Thank You,
 Miguel