The store will not work correctly in the case when cookies are disabled.
쿠키 설정
다이슨 웹 사이트는 쿠키를 사용하며, 당사의 사이트를 계속 방문함으로써 귀하의 장치에 쿠키가 저장될 수 있음을 허용합니다.
저희가 사용하는 쿠키의 자세한 내용 및 삭제나 차단에 관해서는 쿠키 취급 방침을 참고해 주시기 바랍니다.
Skip navigation'+
''+
''+
''+
''+
'
'+
'
'+
''+
'';
$('#static_dyson_promo_container').append(itemHtml);
}
});
function createPromoCookie(message_id, cookie_id){
var id = 'sticky-promo-banner-'+message_id;
$.cookieStorage.set(id, cookie_id);
}
$('.sticky-promo-banner__close').on('click', function() {
var message_id = $(this).parents(".sticky-promotion").data('message-id');
var cookie_id = $(this).parents(".sticky-promotion").data('cookie-id');
createPromoCookie(message_id, cookie_id);
$(this).parents("#sticky-promo-banner").hide(400, "swing");
});
$('#close-sticky-promo-btn').keydown(function(e) {
if(e.keyCode === 13) {
setTimeout(function() {
$('.header__logo__inner a').focus();
},300);
}
});
}
}).fail(function (jqXHR, textStatus) {
if (window.console) {
console.log(textStatus);
}
});
});
';
html_string += '';
html_string += '
'+response.output.icons_icon_modal_copy+'
';
html_string += '
';
html_string += '';
jQuery("#icon_overlay_458737").addClass('overlay-is-open');
jQuery('html').addClass('overlay-is-open');
jQuery('#icon_overlay_container_458737').css('display','block');
jQuery("#icon_content_modal_458737").html(html_string);
setTimeout(() => {
jQuery('.action-close').focus();
jQuery('#icon_content_modal_458737').scrollTop(0);
}, 100);
}
});
return false;
});
});
});