adjective

877 of 1576
Bad / Crazy

nuts - Crazy, insane, or stupid, often in a humorous way

Bill's friends thought he was nuts for swimming in the middle of the winter.

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