nounverb noun

1752 of 3214
Other / Wet

ooze - The sluggish flow of a fluid

The expensive dessert was topped off with a dripping ooze of chocolate.

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