verb

Url

1 of 60
Other / Sound

cackle - To laugh in a loud, high voice

The witch would cackle her high pitched laugh as she added the spices to the magic drink that would cause the young princess to sleep for 20 years.

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