adjective

Url

37 of 60
Bad / Uncomfortable

achy - Experiencing a dull, persistent pain in the body, often due to illness or tiredness.

The construction worker's achy muscles were a sign that he needed a vacation.

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