7

How can I create, delete, edit cookies using jQuery?

Nordehinu
  • 338
  • 1
  • 3
  • 11
  • 2
    http://stackoverflow.com/questions/95213/can-jquery-read-write-cookies-to-a-browser – Gopi Dec 27 '10 at 05:55

4 Answers4

8

jQuery doesn't include cookie-specific functionality, but this jQuery plugin can simplify client-side cookie manipulation:

https://github.com/carhartl/jquery-cookie

PleaseStand
  • 30,777
  • 6
  • 65
  • 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,647
  • 6
  • 17
  • 22
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
  • 52,245
  • 13
  • 108
  • 124
1

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

Gopi
  • 5,316
  • 20
  • 74
  • 136