noun

685 of 1576
Bad / Powerless

beggar - A person, typically a homeless one, who lives by asking for money or food

The streets in most cities have homeless beggars trying to survive day to day.

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