verb

25 of 60
Good / Successful

rehabilitate - To help restore a person to a former successful or healthy condition

After 2 months in the hospital, Jim's main goal was to rehabilitate himself physically in order to resume his former busy schedule.

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