verb

1 of 72
Bad / Dangerous

fester - For negative feelings to get worse because they are not being dealt with

After their fight, Joan and David had a long talk to patch things up, because they didn't want to let any bad feelings fester.

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