株式会社C&Hの新着情報

新着情報

株式会社C&Hの新着情報

新着情報

window.addEventListener("load", function () { const intervalId = setInterval(function () { const targets = document.querySelectorAll(".e-lazyloaded"); if (targets.length > 0) { targets.forEach(function (el) { el.classList.remove("e-lazyloaded"); }); // 一度削除したら監視停止(必要なら数回続けるように調整可能) clearInterval(intervalId); } }, 300); // 300msごとにチェック });