nounverb noun

Url

1381 of 1578
Bad / Weak

collapse - When something breaks and falls down.

The collapse of negotiations between management and labor caused the strike to begin, and there was no telling how long it would last.

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