verb

1 of 60
Bad / Uncomfortable

fidget - To make small movements, especially of the hands and feet, through nervousness or impatience

Ron nervously fidgeted with his hands before giving the speech to 10,000 people.

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