verb

Url

13 of 40
Good / Love

adore - To love and respect (someone) deeply

The newlywed couple adored each other and every day found new aspects about each other that they loved.

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