verb

733 of 1576
Bad / Attack

infest - The way that insects and bugs multiply and cause disease and destruction

The foundation of the house was shaky because it was infested with termites

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