noun

1 of 68
Bad / Bad

hooey - Nonsense, foolish, and wrong

The scam artist was trying to trick people into handing over their money, but what he was selling was just a bunch of hooey.

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