verb

Url

1 of 60
Bad / Confused

baffle - To totally bewilder, confuse, and mystify.

Martha was baffled about several things in her life, especially why she seemed to spend more money than she had, and why she couldn’t lose weight even though she carefully watched her diet.

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