nounverb noun

1810 of 3214
Good / Friendly

chat - An informal conversation

To learn more about his employees, the CEO would hold a chat with them as often as he could.

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