verb

1 of 60
Bad / Hurt

gawk - To stare at someone in an rude and unbelieving way

Linda and her friends couldn't help but gawk at their favorite movie star when she arrived at the movie opening.

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