上一張
下一張
.swiper-slide-image{cursor: pointer;}
document.addEventListener('DOMContentLoaded', function () {
/* Edit the links HERE */
let links = [
'https://tc-howard.com/product/15350/',
'https://tc-howard.com/product/15352/',
'https://tc-howard.com/product/27073/',
'https://tc-howard.com/product/27075/',
'https://tc-howard.com/product/15349-32/'
];
document.body.addEventListener('click', function (e) {
if (e.target.closest('.carousel1 .swiper-slide')){
let i = e.target.closest('.swiper-slide').getAttribute("data-swiper-slide-index");
if (links[i].length > 2){
window.open(links[i]); /* TO OPEN LINKS IN SAME WINDOW USE: location = links[i]; */
}
}
});
});
上一張
下一張
顯示第 49 至 60 項結果,共 70 項