noun

565 of 1576
Bad / Dangerous

pandemonium - Wild and noisy disorder or confusion; uproar

The release of the newest limited-edition sneakers led to pandemonium amongst the large crowd of shoppers.

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