nounverb noun

25 of 60
Other / Wet

drizzle - Light rain falling in very fine drops

The light drizzle created small ripples in the water.

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