このプラグインを使用して Cookie を確立しています
すべてがうまく動作しますが、IE7 と IE8 では
これが私のJSコードです:
jQuery(document).ready(function() {
jQuery(function() {
if (jQuery.cookie('shownDialog') != 'true') {
window.onload = document.getElementById('lightbox-22556401244951').click();
}
jQuery.cookie('shownDialog', 'true', {expires: 7});
});
});
IE7 と IE8 だけで動作しない理由がわかりませんか?