verb

Url

49 of 60
Good / Friendly

revive - To restore something that has stopped functioning, or to awaken something that has been inactive or dormant.

The doctor was able to revive the patient after a few minutes of CPR, bringing him back to consciousness.

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