[jQuery] Re: Cookie problem in Safari 3.1.1

2008-07-20 Thread Karl Rudd
I'm not sure. I don't know what could be causing an "eventCache" error, I've never heard of it. Karl Rudd On Fri, Jul 18, 2008 at 7:41 PM, <[EMAIL PROTECTED]> wrote: > > Dear folk, I checked it , I ahve a serious problem with IE7 and 6 ... > when I over load the Cookie some times > ($.cookie('

[jQuery] Re: Cookie problem in Safari 3.1.1

2008-07-18 Thread pedramphp
Dear folk, I checked it , I ahve a serious problem with IE7 and 6 ... when I over load the Cookie some times ($.cookie('SortSize',PagingData.SortSize); ) I receive an Javascript error Invalid Argument and eventCache Error but I don't have any problem in the Other Browsers On Jul 18, 10:35 

[jQuery] Re: Cookie problem in Safari 3.1.1

2008-07-18 Thread pedramphp
WOw you were right Modified my code setcookie("SortSize","0", time()+3600); to setcookie("SortSize","0"); Right now there is no problem but SOmetimes IE6 have some Runtime Error .. . by the Wat my windows is vista so I am Using IE Tester Instead of IE 6 it has IE5,6,7,8 built in but I am not

[jQuery] Re: Cookie problem in Safari 3.1.1

2008-07-17 Thread Karl Rudd
The only problem I've come across with Safari and cookies is that it sometimes doesn't like cookies without an expiry time. I don't know if that's the problem you're coming up against. Karl Rudd On Fri, Jul 18, 2008 at 6:09 AM, <[EMAIL PROTECTED]> wrote: > > Dear folks, > My system is working