adjective

865 of 1578
Bad / Pain

humiliated - To feel ashamed after someone embarrasses you in front of others.

When Jim revealed to everyone at the party that Marty hadn't even finished 6th grade, Marty felt humiliated.

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