Software Details:
Version: 1.4.1
Upload Date: 13 May 15
Distribution Type: Freeware
Downloads: 88
The plugin uses an interesting method of clearing cookies.
It does not delete them, but only passes them a null value.
What is new in this release:
- Support for AMD.
- Removed deprecated method $.cookie('name', null) for deleting a cookie, use $.removeCookie('name').
- $.cookie('name') now returns undefined in case such cookie does not exist (was null). Because the return value is still falsy, testing for existence of a cookie like if ( $.cookie('foo') ) keeps working without change.
- Renamed bower package definition (component.json -> bower.json) for usage with up-to-date bower.
What is new in version 1.3.1:
- Fixing issue where it was no longer possible to check for an arbitrary cookie, while json is set to true, there was a SyntaxError thrown from JSON.parse.
Requirements:
- JavaScript enabled on client side
- jQuery 1 or higher
Comments not found