Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/martinkr/jcookie
- Owner: martinkr
- License: other
- Created: 2010-09-29T12:44:28.000Z (about 14 years ago)
- Default Branch: master
- Last Pushed: 2015-10-20T08:30:59.000Z (about 9 years ago)
- Last Synced: 2024-10-10T04:45:08.413Z (2 months ago)
- Language: JavaScript
- Homepage: http://public.mkrause.info/
- Size: 582 KB
- Stars: 14
- Watchers: 5
- Forks: 5
- Open Issues: 1
-
Metadata Files:
- Readme: README.markdown
- License: LICENSE.markdown
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.htmlCopyright (c) 2008-2011 Martin Krause (jquery.public.mkrause.info)