noun

Url

625 of 732
Other / Wet

residue - Refers to the small amount of something that remains after most has been removed, consumed, or used up.

After the cleaning, there was still a greasy residue on the surface of the kitchen counter that needed further scrubbing.

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