git-svn-id: https://192.168.0.254/svn/Proyectos.Incam_PROFIND_Web/trunk@64 3fe1ab16-cfe0-e34b-8c9f-7d8c168d430d
453 B
453 B
1.3 (wip)
- Configuration options:
raw,json. Replaces raw option, becomes config:
$.cookie.raw = true; // bypass encoding/decoding the cookie value
$.cookie.json = true; // automatically JSON stringify/parse value
Thus the default options now cleanly contain cookie attributes only.
1.2
- Adding
$.removeCookie('foo')for deleting a cookie, using$.cookie('foo', null)is now deprecated.
1.1
- Default options.