adjective

13 of 60
Bad / Old

doddering - Tremble or totter, typically because of old age

Hiram may have been a doddering old man, but his mind was much steadier than his body.

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