verb

1 of 60
Bad / Angry

seethe - To be filled with intense but unexpressed anger.

Jerry seethed with anger when he found out that he was the only person in his class that wasn't invited to the party.

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