nounverb noun

Url

61 of 70
Other / Body

nibble - A small bite of something, usually food.

Jim was on a diet, and he had to be satisfied by just taking a nibble out of some small carrots for lunch.

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