verb

13 of 78
Other / Move

squirm - To wriggle or twist the body from side to side, especially as a result of nervousness or discomfort

The gymnast's parents squirmed in their seats as their daughter performed in her event.

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