verb

37 of 732
Other / Wet

gush - For a liquid to flow out in a rapid and plentiful stream, often suddenly

On a hot summer day, water gushed out of the fire hydrant to cool everyone down.

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