nounverb noun

409 of 732
Other / Other

nip - A sharp pinch, squeeze, or bite

Many dishes require taking a nip of salt and adding it to the pot.

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