verb

1 of 60
Other / Move

chug - (of a vehicle or boat) To move slowly with engine making regular muffled explosive sounds

The antique train chugged along the tracks, moving slowly enough that people could run along side it.

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