verb

Url

49 of 60
Other / Wet

submerge - To put or sink completely underwater: To cause something to go below the surface of a liquid.

The flood submerged most of the village after the heavy rain.

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