jQuery Cookie Plugins & Snippets
When compared with regular JavaScript, setting and clearing cookies with jQuery is really easy. It will require a plugin though since it’s not included in the jQuery core. Here we will share with our collection of some jQuery Cookie Management Plugins, Code Snippets & Links. Have fun!
Related Posts:
Testing Cookie Plugin jsFiddle
A testing cookie plugin
jQuery Cookie Testing jsFiddle
jQuery testing cookie plugin.
jquery.cookies.js
This is a JavaScript library for accessing and manipulating HTTP cookies in the web browser. You can get one or a list of cookies, set cookies, deletes cookies and test if the browser accepts cookies
Cookies.js
Is a small client-side JavaScript library that makes managing cookies easy.
jQuery Set Get Delete Cookies Example
jQuery can be used to manipulate browser cookies and this little demonstration shows you how to create, access and remove cookies using a jQuery plugin developed by Klaus Hartl under a GLP license.
Zebra_Cookie
An extremely small jQuery plugin for writing, reading and deleting cookies.
jquery-cookie
A simple, lightweight jQuery plugin for reading, writing and deleting cookies.
CookieCuttr
You can use this on its own or in conjunction with a standard (or discreet) message on the rest of your website.
Some JavaScript Examples 1
This code is provided as is, but has been tested extensively over the years, and should work quite well for you.
Some JavaScript Examples 2
Here’s the small JavaScript that we use to delete those pesky cookies.