nounverb verb

13 of 60
Good / Friendly

nod - To lower and raise one's head slightly and briefly, especially in greeting, assent, or understanding, or to give someone a signal

James nodded in interest as he listened to Alison's story.

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