verb

Url

1417 of 1576
Bad / Unfriendly

relegate - To move someone or something to a less important role or status.

He felt unfairly relegated to simple accounting tasks, despite his superior and varied qualifications and experience.

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