verb

1 of 52
Good / Exciting

regale - To entertain or amuse people with talk

Every day, the children of the village would sit quietly as one of the elders would regale them with fascinating stories.

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