verb

Url

13 of 22
Other / Stop

intervene - To come between two people, groups, or events to prevent or change an outcome.

The teachers had to intervene when the students started arguing in the school yard.

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