How can I create, delete, edit cookies using jQuery?
4 Answers
jQuery doesn't include cookie-specific functionality, but this jQuery plugin can simplify client-side cookie manipulation:
Comments
Here is an nice jQuery plugin for handling cookies.
http://jquery-howto.blogspot.com/2010/09/jquery-cookies-getsetdelete-plugin.html
Comments
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/