noun

265 of 1578
Bad / Delay

straggler - A person or animal that is last in a group to do something or the last to get to or leave a place

While the other runners were far ahead of him, the straggler struggled at the back of the line.

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