nounverb noun

37 of 77
Good / Friendly

schmooze - A long and intimate conversation

Bill couldn't help himself from listening to the schmooze and about his fellow workers.

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