noun

Url

49 of 60
Good / Friendly

magnanimous - Generous and forgiving, kind and selfless, especially toward a rival or someone less powerful.

After the peasants made an unsuccessful rebellion, the king was magnanimous and distributed food to them when they were starving.

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