adjective

25 of 60
Other / Sound

shrill - (of a voice or sound) high-pitched and piercing

June had to plug her ears to avoid hearing the shrill voices of her screaming children.

// Auto-focus search input when modal opens var searchModal = document.getElementById('searchModal'); if (searchModal) { searchModal.addEventListener('shown.bs.modal', function () { var inp = searchModal.querySelector('input[name=search]'); if (inp) inp.focus(); }); }