nounverb verb

906 of 3214
Bad / Mistake

stumble - Trip or momentarily lose one's balance; almost fall

Danny ran too fast and stumbled, spilling his coffee 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(); }); }