verb

Url

1 of 60
Bad / Steal

bamboozle - To cheat or fool.

When Fred and Joan investigated and added up the numbers, they realized that the great deal they had purchased on the internet was all a lie, and that they had been bamboozled.

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