rèm cuốn lưới văn phòng

Báo giá rèm văn phòng

🌟 Giới thiệu chung – Rèm văn phòng Rèm văn phòng tại Tuyết Huynh bao [...]

document.addEventListener("DOMContentLoaded", function () { var toggleButton = document.getElementById("toggleButton"); var toggleContent = document.getElementById("toggleContent"); if (toggleButton && toggleContent) { toggleButton.addEventListener("click", function () { if (toggleContent.style.display === "none") { toggleContent.style.display = "block"; toggleButton.innerText = "Ẩn bớt"; } else { toggleContent.style.display = "none"; toggleButton.innerText = "Xem thêm"; } }); } });