verb

1 of 60
Other / Body

clench - To contract the muscles of the hand, usually applicable to a firmly closed fist.

After his injections, the tiny baby began to cry and clench his fists in pain and fear.

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