noun

363 of 3214
Bad / Unfriendly

guff - Trivial, worthless, or insolent talk or ideas

Wanda couldn't take her date's guff as he kept on complaining about women's rights, so she tried to figure out an excuse to leave.

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