Skip to main content

Town of Amherst, Inspection Services, Residential Rental Property Registration & Inspection Program

Citation
Town of Amherst, Inspection Services, Residential Rental Property Registration & Inspection Program
Jurisdiction
Amherst (municipal)
Source
Official source

Related Parts of This Source

Full Text

1,784 chars
useful links
Amherst Fire Dept.
Amherst Health Dept.
MA Dept. of Fire Services
MA Dept. of Public Safety
MA Community Sanitation Guidelines
MA State Sanitary Code
Multi-Family Cert. of Inspection
Nuisance Bylaws
Tenant Information Sheet

$(document).ready(function (e) {
renderSlideshowIfApplicable($('#divEditor' + '43315283-1475-468f-bf9c-baa0379c3a96'));
});

inner column

inner row

outer column outer row

Rental Property Home

Parking Plan Information

Resources and FAQs

(function () {
function setupSecondaryMenuProperties() {
//setup menu manager properties for secondary menu
menuManager.isSideMenuEditable = false;
menuManager.sideMenuMaxSubMenuLevels = 4;
menuManager.sideMenuHasCustomLinks = false;
}

if (document.readyState === "loading") {
document.addEventListener("DOMContentLoaded", setupSecondaryMenuProperties, { once: true });
return;
}

setupSecondaryMenuProperties();
})();

(function () {
function setupAccordionSecondaryNav() {
var $menuContainer = $('#secondaryNav');

$menuContainer.find('*[id^="SideItem"]').each(function () {
var ids = $('[id="' + this.id + '"]');
if (ids.length > 1)
$.each(ids, function (index, value) {
value.id = value.id + '_' + index;
});
});

$menuContainer.find('.hasAccordionChildren .openAccordionNav').off('click.secondaryNav').on('click.secondaryNav', function (e) {
e.preventDefault();
showHideAccordionMenuForSecondaryNav($(this));
});

$menuContainer.find(".grippy").each(function () {
menuManager.setupDraggableElement($(this), SIDE_MENU, '#secondaryNav');
});

$menuContainer.find("li").each(function () {
menuManager.setupDroppableAccordionElement($(this), SIDE_MENU);
});
}

if (document.readyState === "loading") {
document.addEventListener("DOMContentLoaded", setupAccordionSecondaryNav, { once: true });
return;
}