Descrizione Articolo: CREDENZA Altezza: 158 Larghezza: 220 Profondità: 52 document.addEventListener("click", function(e){ if(e.target.classList.contains("ant-toggle")){ e.preventDefault(); let link = e.target; let wrapper = link.closest("p"); let shortText = wrapper.querySelector(".ant-short"); let fullText = wrapper.querySelector(".ant-full"); if(link.dataset.state === "more"){ // Mostra testo completo shortText.style.display = "none"; fullText.style.display = "inline"; link.textContent = "Mostra meno"; link.dataset.state = "less"; } else { // Torna al testo breve shortText.style.display = "inline"; fullText.style.display = "none"; link.textContent = "Altro"; link.dataset.state = "more"; } } }); This piece is attributed to the mentioned designer/maker. It has no attribution mark and no official proof of authenticity, however it is well documented in design history. I take full responsibility for any authenticity issues arising from misattribution