nounverb verb

541 of 1578
Bad / Attack

rampage - (especially of a large group of people) rush around in a violent and uncontrollable manner

The wild elephant rampaged through the town, knocking over motorcycles and cars.

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