noun

145 of 903
Good / Successful

bonanza - A situation or event that creates a sudden increase in wealth, good fortune, or profits

The bankers celebrated their sudden bonanza by going out to the nicest restaurant in town.

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