nounverb verb

301 of 733
Other / Body

wink - Close and open one eye quickly, typically to indicate that something is a joke or a secret or as a signal of affection or greeting

The waitress winked at Harold when she saw him because he was the diner's best customer.

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