verb

1 of 29
Bad / Pain

writhe - To make continual twisting, squirming movements or contortions of the body

The soccer player writhed in pain on the ground after spraining his ankle.

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