Sorry, you need to enable JavaScript to visit this website.

dpw

Config
").insertAfter(".header-agency-logo.desktop"); jQuery("#block-domain-conf-domain-main-links ul:first-child").children().each(function() { jQuery(this).clone().appendTo('#desktop-main-menu'); }); } jQuery('dcSearchButtonContainer'). attr("type", "submit"); ////////////// Menu dropdown script ////////////////////// jQuery('.region-header-first-inner li.expanded > a').each(function () { var list = jQuery(this).siblings('ul.menu-sub'); jQuery(this).clone().prependTo(list).wrap('
  • '); }); jQuery('.region-header-first-inner #block-domain-conf-domain-main-links div.content > ul.menu-sub > li.expanded > a').click(function () { console.log("link was clicked"); var list = jQuery(this).children('ul'); console.log(list); console.log(jQuery(this)); jQuery(this).parent().children('ul').slideToggle(); return false; }); }//End function checkresponsive(); //Adds hover class to top navigation on hover and active secondary level until mouseout jQuery("#desktop-main-menu > li").hover(function(){ jQuery(this).addClass("hover"); jQuery(this).children('ul').show(); }, function(){ jQuery(this).removeClass("hover"); jQuery("#desktop-main-menu li.expanded ul").hide(); }); jQuery("#desktop-main-menu>li a").focus(function(){ //console.log("i'm focused man!"); jQuery(this).parent().addClass("hover"); jQuery(this).children('ul').show(); }); jQuery("#desktop-main-menu>li .menu-sub").focusout(function(){ //console.log("i'm focused man!"); jQuery(this).parent().parent().removeClass("hover"); jQuery(this).children('ul').show(); }); //Update search value jQuery(".region-branding-inner #affiliate").attr("value", "dc_mpdwellness"); jQuery("#block-domain-conf-domain-main-links #search_form #affiliate").attr("value", "dc_mpdwellness"); jQuery("#block-domain-conf-domain-main-links .sidenav-search").attr("id", "query"); jQuery("#block-domain-conf-domain-main-links .sidenav-search").attr("name", "query"); jQuery(".region-branding-inner .sidenav-search").attr("id", "query"); jQuery(".region-branding-inner .sidenav-search").attr("name", "query"); jQuery('.views-field-field-external-link-url .field-content a, .view-display-id-upcoming_events .view-footer a').each(function() { var text = jQuery(this).text(); jQuery(this).text(text.replace('more', 'More »')); }); //jQuery("#block-views-features-blocks-upcoming-events").prependTo(".view-display-id-homepage_b"); //jQuery(".fullpage-ribbon-banner").appendTo("#zone-content-wrapper"); //GSE Search JavaScript jQuery("
  • ").prependTo("#block-domain-conf-domain-main-links"); //window.onload = function() { // let searchbox = document.querySelector(".gsc-input input"); // searchbox.setAttribute('placeholder', 'Help with...') //}; function openNav2() { document.getElementById("block-domain-conf-domain-main-links").style.width = "100%"; document.getElementById("zone-preface-wrapper").style.opacity = ".3"; document.getElementById("zone-content-wrapper").style.opacity = ".3"; document.getElementById("zone-postscript-wrapper").style.opacity = ".3"; } jQuery("#menu-btn").click(openNav2); jQuery("#search-btn").click(openNav2); //Make entire view rows clickable, usefull for mobile // jQuery('.fullpage-ribbon-banner').click(function() { // var href = jQuery(this).find("a").attr("href"); // if(href) { // window.location = href; // } // }); /* Move ribbon outside content section */ jQuery('.fullpage-ribbon-banner').each(function(){ // jQuery(this).parent() var el = jQuery(this); var parent = el.parent().parent().parent().parent().parent().parent().parent(); el.insertBefore(parent); console.log(parent); }); // FAQ toggle if (jQuery('.question')) { jQuery('.question').click(function () { console.log('im clicked'); jQuery(this).siblings('div').slideToggle(); jQuery(this).toggleClass('expanded'); }); } // Add header banner image to top jQuery(".fullpage-banner-image").insertAfter(".not-front.page-node #page-title"); //move section under rotator //jQuery(".tile-container").insertBefore(".view-display-id-homepage_d h2.views-field-title"); function openNav2() { document.getElementById("block-domain-conf-domain-main-links").style.width = "100%"; document.getElementById("zone-preface-wrapper").style.opacity = ".3"; document.getElementById("zone-content-wrapper").style.opacity = ".3"; document.getElementById("zone-postscript-wrapper").style.opacity = ".3"; } function closeNav2() { document.getElementById("block-domain-conf-domain-main-links").style.width = "0"; document.getElementById("zone-preface-wrapper").style.opacity = "1"; document.getElementById("zone-content-wrapper").style.opacity = "1"; document.getElementById("zone-postscript-wrapper").style.opacity = "1"; } jQuery("#menu-btn").click(openNav2); jQuery("#search-btn").click(openNav2); jQuery("#close-btn").click(closeNav2); //jQuery(".field-name-field-attachment").prependTo("article .content"); jQuery("#block-domain-conf-domain-main-links ul li.expanded.active-trail a").click(function(){ console.log("Lets dropdown"); jQuery(this).parent().toggleClass('dropdown'); }); //Generate Accordion menu data for homepage quicktabs to be displayed on Mobile version if(jQuery('#quicktabs-agency_responsive_featured_news_ ul li').length >= 1) { var html = '
    '; jQuery('#quicktabs-agency_responsive_featured_news_ ul li a').each(function(i){ html = html + '
    ' + jQuery(this).text() + '
    '; html = html + '
    ' + jQuery('#quicktabs-container-agency_responsive_featured_news_ > div:eq('+i+')').html() + '
    '; }); jQuery(".front #block-quicktabs-agency-responsive-featured-news- .content").append(html); //Add Accordion menu click functions jQuery('#accordion #dd').hide(); jQuery('#accordion #dt').click(function(){ if (jQuery(this).hasClass('selected')) { jQuery(this).removeClass('selected'); jQuery(this).next().slideUp(); } else { jQuery('#accordion #dt').removeClass('selected'); jQuery(this).addClass('selected'); jQuery('#accordion #dd').slideUp(); jQuery(this).next().slideDown(); } return false; }); } // End of generating Accordian Menu for mobile version jQuery('').insertBefore("#block-locale-language-content .language-switcher-locale-url"); //Event Title and url modifications if(jQuery("#block-views-features-blocks-upcoming-events").length > 0){ let eventLink = document.querySelectorAll('#block-views-features-blocks-upcoming-events .views-field-title .field-content a'); eventLinks = []; eventLink.forEach((el)=>{ let link = el.getAttribute('href'); eventLinks.push(link); }) document .querySelectorAll( "#block-views-features-blocks-upcoming-events .views-row .views-field-title" ) .forEach(function (element, index) { element.insertAdjacentHTML( "afterend", "
    More Info
    " ); }); //Rewrite Dates document .querySelectorAll(".date-display-single") .forEach(function (element, index) { console.log(element.innerHTML); let dcdate = new Date(Date.parse(element.innerHTML)); let month = dcdate.toUTCString().split(" ")[2]; let day = dcdate.getDate(); console.log("dcdate", dcdate); console.log("month", month); console.log("day", day); console.log(element.innerHTML); element.innerHTML = "
    " + day + "
    " + month + "
    "; }); } //Move div jQuery("#region-agency-home-3col-a").insertAfter(".region-agency-home-main-content") // Add header banner image to top jQuery("
    ").prependTo(".section-content"); jQuery("#page-title").prependTo(".title-content"); jQuery(".fullpage-banner-image").prependTo(".section-content"); //Move dropdown div jQuery("#region-agency-home-3col-c").prependTo("#zone-content-wrapper") function googleTranslateElementInit() { new google.translate.TranslateElement({pageLanguage: 'en', includedLanguages: 'am,zh-CN,fr,ko,es,vi,en'}, 'google_translate_element'); } }) //End jQuery

    Welcome to the Department of Public Works

    The Department of Public Works (DPW) is now operating from our new headquarters at 899 North Capitol Street, NE, Washington, DC. This move reflects our commitment to improving efficiency and enhancing service delivery for the residents and partners of the District.

    Fort Totten Transfer Station Changes

    Important Update: Residential Drop-Off Operations have returned to the Fort Totten Transfer Station! Bulk, trash, and recycling drop-off will be relocated to 4900 John McCormack Rd NE.

    Contact 311 for bulk pick-ups. Stay informed for a smooth transition!

    Spring Operations

    Spring is in the air, and our crews are shifting gears! We’re gearing up for comprehensive spring services—street sweeping and ground maintenance—to keep our neighborhoods clean, safe, and beautiful. Thank you for your continued support during this seasonal transition!
    MuralsDC serves as a compliment to DPW’s mission to clean and beautify the nation’s capital. Since its pilot in 2007, MuralsDC has painted nearly 150 murals in every ward of the city–more than any other entity in the District. While most of the artists are local, the program has worked with artists across the country & around the world, creating some of the most engaging and photographed murals in the region. 

    DPW Special Waste Collection Events

    The Department of Public Works (DPW) hosts Special Waste Collection Events, which are your chance to safely recycle electronics, dispose of hazardous waste, and shred documents. Residents can reserve their 15-minute spot for quick, easy drop-off! Open to DC residents only—bring proof of residency. No commercial waste allowed. Let’s keep DC clean together!

    Welcome to the Department of Public Works

    The Department of Public Works (DPW) is now operating from our new headquarters at 899 North Capitol Street, NE, Washington, DC. This move reflects our commitment to improving efficiency and enhancing service delivery for the residents and partners of the District.

    DPW has begun Street Sweeping! 

    DPW Starts Street Sweeping on March 1. Click here to get more information about; street sweeping, alley cleaning, yard waste collection, mowing, graffiti removal, and helping hands neighborhood clean up starting later this spring.

    Fort Totten Transfer Station Changes

    Important Update: Residential Drop-Off Operations have returned to the Fort Totten Transfer Station! Bulk, trash, and recycling drop-off will be relocated to 4900 John McCormack Rd NE.

    Contact 311 for bulk pick-ups. Stay informed for a smooth transition!
    MuralsDC serves as a compliment to DPW’s mission to clean and beautify the nation’s capital. Since its pilot in 2007, MuralsDC has painted nearly 150 murals in every ward of the city–more than any other entity in the District. While most of the artists are local, the program has worked with artists across the country & around the world, creating some of the most engaging and photographed murals in the region. 

    DPW Special Waste Collection Events

    The Department of Public Works (DPW) hosts Special Waste Collection Events, which are your chance to safely recycle electronics, dispose of hazardous waste, and shred documents. Residents can reserve their 15-minute spot for quick, easy drop-off! Open to DC residents only—bring proof of residency. No commercial waste allowed. Let’s keep DC clean together!

    Dpw homepage search

    "; var pageElement = document.querySelector('.page'); pageElement.insertAdjacentHTML('afterbegin', results); window.onload = function() { let searchbox = document.querySelector("#gs_tti51 input"); console.log("searchbox element: ", searchbox) searchbox.setAttribute('placeholder', 'Search...') };

    Pages

    Upcoming Events

    There are no events at this time.

    View Past Events >

    Featured Services

    The safe disposal of household hazardous waste (HHW) and unwanted electronic equipment helps...
    DPW collects large, bulky items by appointment from eligible residential households.
    Holidays may affect the date your trash and/or recycling is collected. 
    DPW operates solid waste disposal at two transfer stations; Fort Totten Transfer Station and...
    Most households follow a once-a-week trash collection schedule. Use our Trash and...
    The DC Department of Motor Vehicles allows you to pay tickets online.
    Subscribe to dpw RSS

    News Content Item

    News

    DPW Social Media Block

    DPW Service Selector Dropdown

    DO NOT EDIT THIS PAGE

    1 I Need To...
    2 ...
    3 Submit