I have a big problem, jQuery cookies not working in all browsers.. And I'm using latest jQuery library version 1.4.4
Please help me
Edit:
var mid = $.cookie('mid');
if (mid == '1') {
$('#something').css('background', '#d3d3d3');
}
Some ideas: