My favorites | Sign in
Project Logo
                
Search
for
Updated Nov 23, 2008 by hhh333
CooKie  

jquery.cookie.js

Author Copyright (c) 2006 Klaus Hartl (stilbuero.de)
License Dual licensed under the MIT and GPL licenses
Website http://stilbuero.de/jquery/cookie/

Basic set cookie

$.cookie('the_cookie', 'the_value');

Set cookie with options

$.cookie('the_cookie', 'the_value', { expires: 7, path: '/', domain: 'jquery.com', secure: true });

Unset cookie

$.cookie('the_cookie', null);

Sign in to add a comment
Hosted by Google Code