nounverb verb

Url

2642 of 3214
Other / Wet

spurt - To flow out suddenly and forcefully, often in a stream.

Water spurted from the pipe when it broke.

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