Skip to content

martinkr/jCookie

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

jCookie - a jQuery-Plugin providing an convenient api for CRUD-related cookie handling

Example

  • Create & Update: jQuery.jCookie('cookie','value');
  • Delete: jQuery.jCookie('cookie',null);
  • Read: jQuery.jCookie('cookie');

Requires

License

Dual licensed under the MIT and GPL licenses.

Copyright (c) 2008-2011 Martin Krause (jquery.public.mkrause.info)