verb

Url

1 of 60
Other / Sound

babble - To talk rapidly and continuously in a foolish, excited, or incomprehensible way.

Monica worked at home, and sometimes her 1 year old Charlie sat in her lap, and he babbled away about all sorts of things that she didn’t understand.

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