verb

1 of 60
Other / Wet

gurgle - To make a bubbling sound like that made by water running out of a bottle

When Sam had a big decision to make, he walked into the woods and sat by a gurgling brook to contemplate and be alone with his thoughts.

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