nounverb noun

Url

2142 of 3214
Good / Love

embrace - The holding of someone close by encircling of the arms especially as a sign of affection.

She ran into her mother’s arms and they shared a warm embrace.

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