verb

1 of 60
Other / Body

shrug - To raise one's shoulders slightly and momentarily to express doubt, ignorance, or indifference

When Bruce's self-published book only sold 10 copies, he shrugged his shoulders and said, 'Mayber I'll do better with my next book.'

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