noun

25 of 60
Good / Beautiful

glamour - The attractive or exciting quality that makes certain people or things seem appealing or special

With her beautiful hair and sparkling jewelry, the model was the very picture of glamour.

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