adjective

Url

49 of 60
Bad / Old

senile - Used to describe behavior, mental states, or conditions associated with aging, especially when a person becomes forgetful or confused.

The elderly man showed symptoms of becoming senile, like forgetting where he put his keys, but with support, he managed to live independently for a while.

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