Skip to main content

City of Norwalk, Fair Housing Officer

Citation
City of Norwalk, Fair Housing Officer
Jurisdiction
Norwalk (municipal)
Source
Official source

Full Text

1,697 chars
function scrollAdjustmentTS() {
if (!fixedTopTS || fixedTopTS.length !== 1 || !topAttachTS || topAttachTS.length !== 1) return;
const topPosition = fixedTopTS.css('position');
if (topPosition === 'fixed' || topPosition === 'absolute') {
const anchorBounding = anchor[0].getBoundingClientRect();
const attachBounding = topAttachTS[0].getBoundingClientRect();
const scrollTop = $(window).scrollTop();

fixedTopTS.css('top', Math.max(anchorBounding.bottom - 1, attachBounding.bottom));
} else {
fixedTopTS.css('top', initialTopTS);
}
}

$(window).load(function () {
setTimeout(function () {
resizeAdjustmentTS();
}, 350);

$(window).scroll(function () {
scrollAdjustmentTS();
});

var adjustTimeoutTS;
$(window).resize(function () {
clearTimeout(adjustTimeoutTS);
adjustTimeoutTS = setTimeout(function () {
resizeAdjustmentTS();
}, 350);
});

$.when(window.Pages.angularToolbarComplete).done(function () {
resizeAdjustmentTS();
});
});

End Fixed Nav Adjustment

window.ResidentAgentWidget.load({
agentId: 'f3a167ba-8bd6-496a-aadc-313c7b06444b',
apiUrl: 'https://residentagent-api-production.azurewebsites.net'
});

$(function () {
document.cookie = "responsiveGhost=0; path=/";
});
$(window).on("load", function () {
$('body').addClass('doneLoading').removeClass('hideContent');

if ($('#404Content').length > 0)
$('div#bodyWrapper').css('padding', '0px');
});

body.hideContent {
opacity: 1 !important;
}

Arrow Left

Arrow Right

loadCSS('//fonts.googleapis.com/css?family=Montserrat:regular|Open+Sans:regular|Raleway:100,100italic,200,200italic,300,300italic,500,500italic,600,600italic,700,700italic,800,800italic,900,900italic,italic,regular|');

[]

Slideshow Left Arrow

Slideshow Right Arrow