verb

Url

121 of 1578
Bad / Aggressive

stymie - To prevent or hinder the progress of something.

When he got very sick, it stymied his plans and ability to study for final exams.

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