adjective

25 of 60
Bad / Bad

pathetic - Arousing pity, especially through vulnerability or sadness

The condition of the homeless person sleeping by the river was so pathetic that Bill had to give him a dollar.

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