adjective

Url

829 of 901
Good / Pleasure

pricey - Expensive or unreasonably expensive

Though the wedding ring was pricey, he wanted to get only the best when he would propose marriage.

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