adjective

37 of 60
Good / Smart-Adj

thrifty - Being careful about not wasting things or spending too much money

Mr. and Mrs. Jones were very thrifty, and were able to retire with a nice nestegg.

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