verb

73 of 1578
Bad / Steal

mooch - To ask for or obtain (something) without paying for it

Vance was on his way to work and didn't have time to talk to the bum who wanted to mooch off of him.

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