adjective

Url

49 of 60
Good / Strong

sweeping - Extensive or wide-ranging in effect or scope, having a major impact; far-reaching or thorough.

The politician promised sweeping reforms if elected.

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