verb

1 of 60
Bad / Delay

dawdle - To delay by taking more time than necessary

"Johnny!" his mother shouted, "we have to catch the train in 30 minutes, so would you please finish getting dressed and stop dawdling."

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