Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/martinkr/jcookie

a jQuery plugin for simple an convenient cookie handling
https://github.com/martinkr/jcookie

Last synced: 2 months ago
JSON representation

a jQuery plugin for simple an convenient cookie handling

Awesome Lists containing this project

README

        

[jCookie](https://github.com/martinkr/jCookie)
=======
**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
* jQuery JavaScript Library - http://jquery.com/; Copyright 2010, John Resig; Dual licensed under the MIT or GPL Version 2 licenses - http://jquery.org/license

## License
Dual licensed under the MIT and GPL licenses.

* MIT - http://www.opensource.org/licenses/mit-license.php
* GNU - http://www.gnu.org/licenses/gpl-3.0.html

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