verb

Url

697 of 733
Other / Body

sip - To drink very slowly only a very small amount at a time.

He loved this brand of wine, and he sipped it slowly to savor its delicious taste.

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