nounverb verb

25 of 60
Other / Squeeze

huddle - To come close together in a group

After the tragedy, the family members huddled together to give emotional support and comfort to each other.

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