nounverb verb

181 of 903
Good / Calm

gaze - Look steadily and intently, especially in admiration, surprise, or thought

Ned and Inez gazed into each other's eyes as if they were the only two people on Earth.

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