adjective

Url

877 of 901
Good / Pleasure

nostalgic - To think affectionately about experiences you had in the past.

When I visited the neighborhood where I grew up, I became nostalgic about those wonderful years of my youth.

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