adjective

Url

73 of 77
Good / Friendly

gregarious - Tending to seek and enjoy the company of others, often in social settings.

Mark is known for being gregarious, always at the center of every party and social gathering.

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