gigebyte / cookies

Automatically exported from code.google.com/p/cookies
0 stars 0 forks source link

don't work in chrome. while works fine in firefox and opera #39

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps reproduce the problem?

$("#getcookies").click(function(){
var testeco = $.cookies.get("someCook");
alert(testeco);

});
$("#setcookies").click(function(){
$.cookies.set("someCook","testtest");
});

What is the expected result of the above steps? 
testtest
 What do you see instead?
null

What version of the following are you using?
  jQuery: v1.6.3
  cookies: 2.2.0

What browser/version are you using?
chrome 17.0.963.56 m
What OS/version are you using?
windows xp

Do you have any additional information to provide?

Original issue reported on code.google.com by s...@ixc-usa.com on 17 Feb 2012 at 8:42

GoogleCodeExporter commented 9 years ago
ridiculous issues !
http://stackoverflow.com/questions/335244/why-does-chrome-ignore-local-jquery-co
okies

Original comment by s...@ixc-usa.com on 17 Feb 2012 at 8:50

GoogleCodeExporter commented 9 years ago
Many browser vendors/versions don't support scripts setting cookies from local 
files. I've run into it myself a few times.  Glad you figured it out. --JIm

Original comment by auldrid...@gmail.com on 17 Feb 2012 at 9:04

GoogleCodeExporter commented 9 years ago
many ?   firefox, opera and safari do support

Original comment by s...@ixc-usa.com on 20 Feb 2012 at 12:05