adjective

37 of 70
Other / Body

roly-poly - (of a person) having a round, plump appearance

Santa Claus' jolly nature is due in part to his roly-poly body.

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