How can I create, delete, edit cookies using jQuery?
Asked
Active
Viewed 2,427 times
7
-
2http://stackoverflow.com/questions/95213/can-jquery-read-write-cookies-to-a-browser – Gopi Dec 27 '10 at 05:55
4 Answers
8
jQuery doesn't include cookie-specific functionality, but this jQuery plugin can simplify client-side cookie manipulation:

PleaseStand
- 31,641
- 6
- 68
- 95
2
Here is an nice jQuery plugin for handling cookies.
http://jquery-howto.blogspot.com/2010/09/jquery-cookies-getsetdelete-plugin.html

Nilambar Sharma
- 1,732
- 6
- 18
- 23
1
There is a JQuery plugin to these stuffs here: http://plugins.jquery.com/project/Cookie And, this is detailed notes for Cookie How-To in JQuery http://www.ilovecolors.com.ar/using-cookies-jquery/

Nishant
- 54,584
- 13
- 112
- 127