verb

1 of 60
Other / Sound

blare - To make or cause to make a loud, harsh sound

The car horn blared along with all of the other car horns as the traffic jam caused drivers to be upset.

// 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(); }); }