noun

Url

762 of 903
Good /

fragrance - A sweet or pleasant odor or a scent.

He bought his wife perfume as a present, because they both loved its wonderful fragrance.

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