noun

1 of 60
Bad / Strange

vagabond - A person who wanders from place to place without a home or job

With just a few dollars in his pocket and a rucksack on his back, the vagabond never remained in one place for long.

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