nounverb verb

972 of 3214
Good / Busy

surge - (of a crowd or a natural force) move suddenly and powerfully forward or upward

The surging ocean waves meant the surfers had to run away from the beach to avoid danger.

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