verb

1 of 60
Bad / Stupid

blabber - Talk foolishly, mindlessly, or excessively

Much to Fred's dismay, Belinda would blabber endlessly about trivial matters that seemed to him to be just a waste of time and breath.

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