noun

361 of 733
Other / Wet

downpour - A lot of rain in a short time.

They were having a wonderful picnic, when the sudden downpour forced them to cover themselves with a large piece of plastic.

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