Tagged Questions
1
vote
1answer
158 views
Cookie set before Ajax request but response use older cookie IE
I have some trouble with IE, I hope the last for this website…
So, I'm working with Wordpress and I have a couple of protected posts.
The template I have to use (chosen by the agency) loaded all post ...
0
votes
2answers
377 views
jquery.cookies not working in IE8
I am using this plugin to establish a cookie
Everything works well but in IE7 & IE8
Here is my JS code:
jQuery(document).ready(function() {
jQuery(function() {
if ...
2
votes
1answer
1k views
jQuery cookies not working in IE
I'm setting cookies using jquery-cookies and appending a comma on every entry so it looks like this:
"ee337,ee389,ee347,etc."
I'm doing this like this:
if($.cookie('oswfav') == null){
...
1
vote
2answers
2k views
jQuery Cookie Not Working in IE 8?
EDIT: I was having an issue with the cookie below so I switched to jQuery Cookie and still the error persist so I posted the jQuery Cookie code here but left my original question intact:
On one page ...
