verb

153 of 3214
Bad / Unfriendly

ogle - To stare at something or someone in a desirous way

Fran felt uncomfortable the way some of the passengers on the subway ogled her diamond necklace.

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