adjective

Url

49 of 60
Bad / Weak

moribund - In a dying or near-death state — no longer active or effective — stagnant or declining.

The moribund patient was kept alive by machines in the hospital’s intensive care unit.

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