verb

1 of 60
Other / Desire

hanker - To feel a strong desire to do or have something

Charles hadn't eaten all day and was hankering for anything that would satisfy his hunger.

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