jquery.cookie:Firefox设置cookie但Chrome不是

时间:2013-09-13 17:20:13

标签: javascript jquery google-chrome firefox cookies

我使用jquery.cookie来存储名为" boom"值为" 1234"。

$.cookie("boom", "1234");

if($.cookie("boom") !== undefined) {
    $('.json').text("There's a cookie!");
} else {
    $('.json').text("There isn't a cookie!");
}

我可以让它在firefox上工作,但不能在chrome上工作......为什么会这样?

我在本地运行。我的uri是:

文件://127.0.0.1/Users/lorenzoignacio/Desktop/Testapp/index.html

0 个答案:

没有答案