noun

Url

41 of 48
Good / Pleasure

epicure - A person who takes particular pleasure in fine food and drink.

We always let him choose where we eat, because he is an epicure when it comes to food, and knows the best restaurants.

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