noun

Url

793 of 901
Good / Love

infatuation - An intense but short-lived love, attraction, or admiration for someone or something.

Their relationship began with attraction and infatuation, but after they got married, it developed into a very deep bond of love.

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