This is an archived snapshot of W3C's public bugzilla bug tracker, decommissioned in April 2019. Please see the home page for more details.

Back to bug 19105

Who When What Removed Added
ian 2012-09-28 19:53:12 UTC Status NEW RESOLVED
CC ian
Resolution --- INVALID
Summary jQuery.cookie = function(name, value, options) { if (typeof value != 'undefined') { // name and value given set cookie options = options || {}; if (value === null) { value = ''; options.expires = -1; jQuery.cookie = function(name, value, options) { if (typeof value != 'undefined') { // name and value given, set cookie options = options || {}; if (value === null) { value = ''; options.expires = -1;

Back to bug 19105