verb

Url

25 of 60
Good / Flexible

accommodate - To adapt or adjust to meet someone's needs or wishes.

The doctor's schedule was very packed, but he tried to accommodate the patient and treat their condition, because the situation was an emergency.

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