verb

205 of 732
Other / Wet

seep - For a liquid to flow or leak slowly through porous material or small holes

In the house Ron needed to renovate, water had seeped through the walls.

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