nounverb verb

13 of 60
Good / Friendly

gab - Talk, typically at length, about trivial matters

Having no use for small talk, Robert would roll his eyes as soon as the people around him would gab endlessly.

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