nounverb noun

25 of 60
Good / Busy

surge - A sudden powerful forward or upward movement, especially by a crowd or by a natural force such as the waves or tide

A surge of people broke through the barriers as the police tried to hold them back.

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