adjective

Url

793 of 903
Good / Big

extravagant - Going beyond expected limits in spending money or using resources.

Though he knew that it was an extravagant expense, he bought the most expensive engagement ring he could find.

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