noun

385 of 903
Good / Successful

trophy - An object that is given as a prize for winning a competition

Kathy put her trophy for winning the singing contest on her living room shelf for all to see.

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