noun

Url

73 of 76
Bad / Unfriendly

ingratitude - A lack of proper appreciation or thanks for something that was given or done.

She was shocked at her son's ingratitude that after raising him for 20 years, when he moved out he hardly ever called.

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