verb

1 of 60
Bad / Steal

bilk - To take money from someone by cheating or tricking them.

The con men in the big city are always looking for naive out-of-towners in order to bilk them of the money they took with them for their big trip to the big town.

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