verb

1 of 60
Other / Sound

shush - To tell or signal (someone) to be silent

Annoyed by their loud conversation, Chuck shushed the couple behind him so he could enjoy the movie in peace.

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