therapy cards with photos of Trees for projections

.https://nilitochner.com/therapy-cards-with-trees-for-projections/

⬅ Previous Album ⬅ Back to Menu Next Album ➡

Share Button

document.querySelectorAll('.accordion').forEach(group => { group.querySelectorAll('details').forEach(d => { d.addEventListener('toggle', function(){ if (this.open) { group.querySelectorAll('details').forEach(o => { if (o !== this) o.removeAttribute('open'); }); } }); }); });