verb

25 of 60
Other / Entice

beckon - To literally or figuratively gesture with the hand or head to encourage someone to come nearer or to follow

Desire can take many forms – such as for food or physical entanglement – but when attractions beckon, it is important to move carefully and cautiously, using your head.

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