verb

1 of 60
Bad / Uncomfortable

schlep - To haul or carry something heavy, often in an way that is awkward and takes a lot of energy.

For his new job as a mover, Joey had to schlep heavy boxes into and out of homes all day long.

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