adjective

Url

37 of 60
Good / Friendly

considerate - Showing concern for the needs or feelings of others.

The nurse is always very considerate and checks every 15 minutes to ask how you're doing.

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