verb

1 of 60
Other / Wet

douse - To pour a liquid over; drench

During a wildfire, helicopters will fly overhead and douse it with hundreds of gallons of water at a time.

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