nounverb verb

13 of 37
Other / Up+Down

cascade - (of water) pour downward rapidly and in large quantities

Tracy felt a sense of calm at the water cascading over the rocks.

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