verb

1 of 60
Bad / Hurt

lunge - To move suddenly and with a lot of force in order to catch, hit, or avoid something or someone

Sir Lancelot lunged his sword into belly of the fiery dragon.

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