adjective

Url

589 of 901
Good / Pleasure

mouthwatering - So tasty or appealing in appearance that it stimulates the appetite.

The chef presented a mouthwatering dessert that had everyone grabbing plates and forks and running to the desert table.

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