noun

109 of 733
Other / Light

glimmer - A weak, faint, or unsteady light

Six hours after the house collapsed on Peter, his first glimmer of hope occurred when he heard the rescue workers calling his name.

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