adjective

13 of 60
Bad / Weak

defunct - No longer existing or functioning

Once the most popular destination for people who wanted to rent movies, Blockbuster Video is now defunct, having been replaced by Netflix.

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