nounverb noun

37 of 60
Other / Move

thrust - A sudden or violent lunge with a pointed weapon or a bodily part

In the wrestling competition, Jerry's opponent had him pinned down, but with a strong thrust of his arms, Jerry pushed this opponent off of him, and then had his opponent pinned down instead.

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