noun

Url

37 of 60
Other / Move

influx - A large arrival or flow of people, things, or money into a place.

The beaches experienced an influx of people during the summer months.

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