noun

Url

25 of 28
Good / Important

zenith - The highest point that something can reach.

When the soccer player was at his zenith, he helped his team win one game after another.

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