adjective

25 of 60
Other / Entice

seductive - Very tempting

Because Bill liked travelling so much, he found the offer for the airline job very seductive.

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