verb

Url

1 of 77
Bad / Weak

hobble - To walk in an awkward way, typically because of pain from an injury

After she broke her leg, she would hobble around to get anywhere.

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