nounverb verb

25 of 59
Other / Wet

dribble - (of a liquid) fall slowly in drops or a thin stream

Water dribbled from the leaky faucet until a small puddle had formed.

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