7

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

Nordehinu
  • 338
  • 1
  • 3
  • 11
Zhasulan Berdibekov
  • 1,077
  • 3
  • 19
  • 39
  • 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
  • 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
1

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

Gopi
  • 5,656
  • 22
  • 80
  • 146