document.addEventListener(“DOMContentLoaded”, function(event) { var allLink = document.querySelector(‘a[data-name=”all”]’); var sections = document.querySelectorAll(‘.hg-letter-section’); allLink.addEventListener(‘click’, function(event) { event.preventDefault(); sections.forEach(function(section) { section.style.display = ‘block’; }); }); });

You cannot copy content of this page