adjective

Url

49 of 60
Bad / Powerless

subservient - Willing to obey others unquestioningly; submissive.

Because he let others boss him around and treat him in a subservient manner, he really didn't enjoy life.

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