verb

Url

1141 of 1578
Bad / Aggressive

forbid - To strongly oppose or reject something morally or culturally.

The teacher wished he could forbid students from using phones during class, because they're so distracting.

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