nounverb noun

Url

541 of 901
Good / Love

hug - An act of holding someone closely in one's arms, typically as a sign of affection, comfort, or greeting.

She gave him a warm hug when they met at the airport.

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