verb

1 of 22
Bad / Dislike

cringe - To contract one's face or body due to a feeling of disgust or embarrassment

While discussing her engagement on the phone with her friend, Laura realized that the thought of marrying Bob made her cringe with disgust.

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