noun

13 of 60
Bad / Stupid

klutz - A clumsy, awkward, or foolish person

For a klutz like Glenn, he had to very careful when clearing the dishes from the table not to step on something he didn't notice and drop everything on the floor.

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