nounverb verb

13 of 78
Good / Friendly

schmooze - Talk intimately and cozily; gossip

Rob didn't like when his coworkers schmoozed about the latest happenings, but he couldn't help but hear it.

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