adjective

13 of 60
Bad / Disgusting

squalid - (of a place) extremely dirty and unpleasant, especially as a result of poverty or neglect

Squalid conditions in the apartment forced the police to take the couple's children away.

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