adjective

Url

637 of 901
Good / Love

enthralled - To be totally fascinated and filled with delight and wonder about something.

They loved going camping because they were enthralled by the profound peace of nature.

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