Skip to content

4teamwork/collective.jqcookie

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Introduction

Adds an 10 year old version of jquery-cookie to plone.

Usage

Set the value of a cookie.

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

Create a cookie with all available options.

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

Create a session cookie.

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

Delete a cookie by passing null as value. Keep in mind that you have to use the same path and domain used when the cookie was set.

$.cookie('the_cookie', null);

Links

Copyright

This package is copyright by 4teamwork.

collective.jqcookie is licensed under GNU General Public License.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •