verb

Url

13 of 60
Other / Other

appease - To give into demands to stop or avoid conflict

When Samantha's 4 year old boy threw a tantrum in public, she would try to appease him by giving him whatever he wanted to avoid a scene

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