I have the following error:
SCRIPT5009: 'JSON' is undefined jquery.jsoncookie.js, line 50 character 3
In jquery.jsoncookie.js 3 plugin does not find 'JSON'.
SCRIPT5009: 'JSON' is undefined jquery.jsoncookie.js, line 50 character 3 document.cookie = [ key, "=", encode( JSON.stringify( value ) ), expires ? "; expires=" + expires.toUTCString() : "", options.path ? "; path=" + options.path : "", options.domain ? "; domain=" + options.domain : "", options.secure ? "; secure" : "" ].join( "" );