nounverb noun

961 of 1576
Bad / Mistake

fumble - An act of using the hands clumsily while doing or handling something

Owen made a major fumble on his date when he knocked over his glass of wine.

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