nounverb verb

Url

745 of 901
Good / Friendly

hint - To give a clue or piece of advice that points to something or helps someone understand something.

During the party, her Dad hinted to where her present was hidden to surprise her.

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