nounverb noun

433 of 733
Other / Wet

dribble - A thin stream of liquid; a trickle

The dribble from the weakening rain shower created ripples on the ground.

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