verb

1263 of 3214
Good / Successful

prosper - To succeed in material terms; be financially successful

Scrooge McDuck had prospered so much in life that he had an entire room of his house that held all of his money.

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