adjective

373 of 1576
Bad / Powerless

hapless - (especially of a person) unfortunate

Since he was not particularly attractive or interesting, Vinny was a hapless loner at the school dance.

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