Writing » Topical Writing
iytlbciupmd599

Marginal Thinking Dept.: You Can Quote Me On That—Other Assorted Short Topical Writings

function toggleAll() {isOpen = document.body.querySelector('.entry-content details').hasAttribute('open');document.body.querySelectorAll('.entry-content details').forEach((e) => {(isOpen)?e.removeAttribute('open'):e.setAttribute('open' ,true);});}Toggle all open/closed