adjective

Url

889 of 901
Good / Happy

bubbly - When a person is very lively, cheerful and talks a lot.

Frank was always calm and thoughtful, and the matchmaker thought he should try going out with a girl with a bubbly personality.

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