nounverb verb

157 of 903
Good / Calm

lull - Calm or send to sleep, typically with soothing sounds or movements

Tanya lulled her crying baby to sleep by whispering softly in his ear.

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