noun

13 of 60
Other / Wet

nozzle - A cylindrical or round spout at the end of a pipe, hose, or tube, used to control a jet of gas or liquid

The firefighters aimed their hoses as water shot out of the nozzle and extinguished the massive fire.

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