Skip to main content

City of Chicago Department of Housing, Chicago Renting Right

Citation
City of Chicago Department of Housing, Chicago Renting Right
Jurisdiction
Chicago (municipal)
Source
Official source

Full Text

1,715 chars
Qualified Allocation Plan (QAP)
Home Repair Program
Emergency Heating Repair Program
Renters' Rights Campaign
Security Deposit Interest Rate
Small Repairs for Seniors
Housing Counseling Centers
File a Housing Discrimination Complaint

Feedback

Feedback or questions?

Email us at DOH@cityofchicago.org.

Connect With DOH

.footer-primary .footer-primary-nav a {

margin-right:5px;
}

Home
Disclaimer
Privacy Policy
Web Standards
Site Credits
Site Map
Contact Us
Press Room

City of Chicago
Copyright © 2010 - 2026 City of Chicago

$(document).ready(function() {

$(window).on('scroll', function(event) {
var scrollValue = $(window).scrollTop();
if (scrollValue == 100 || scrollValue > 100) {
$('#top-link-block').removeClass('d-none');
}else {
$('#top-link-block').addClass('d-none');
}
});

});

#top-link-block.affix {
position: fixed;
bottom: 20px;
right: 50%;
}

$(document).ready(function() {
var qs = window.location.search;
var isRedirect = window.location.href.indexOf("redirect.html")>=0;

if(!isRedirect) {
return;
}

if(qs.indexOf("redirectTo")>=0) {
url = qs.split("=")[1];
setTimeout( function() {
window.location = url;
},5000);
}else {
window.location = "/city/en.html";
}

});

Google tag (gtag.js) Main

window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());

gtag('config', 'UA-2412440-18'); //UA
gtag('config', 'G-S6KEDJQPEW'); //GA4

gtag('event', 'department_page_view', {
'app_name': 'CoCWebSite',
'page_title': "Housing",
'department': "DOH"
});

//Department Stream
gtag('config', 'G-E34W0NRF5X');

Video Title
Close

Image Title
Close

img[data-cds-video], img[data-cds-lightbox] {
cursor:pointer;
}
.modal-backdrop{
z-index: 9000;
}