CINXE.COM

All Legislation - Delaware General Assembly

<!DOCTYPE html> <!--[if IE 9]> <html class="ie9" lang="en" class="k-dekaware"> <![endif]--> <!--[if gt IE 9]><!--> <html lang="en" class="k-delaware"> <!--<![endif]--> <head> <meta charset="UTF-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge" /> <meta name="viewport" content="width=device-width,initial-scale=1,maximum-scale=1.0"> <title>All Legislation - Delaware General Assembly</title> <meta name="author" content="Delaware Legislature"> <link rel="stylesheet" href="/Content/css/bootstrap.css"> <link rel="stylesheet" href="/Content/css/bootstrap-theme.css"> <link rel="stylesheet" href="/Content/css/kendo.common-delaware.min.css"> <link rel="stylesheet" href="/Content/css/kendo.delaware.min.css"> <link rel="stylesheet" href="/Content/css/Kendo/2016.1.112/kendo.material.mobile.min.css"> <link rel="stylesheet" href="/Content/css/monthly.css"> <link rel="stylesheet" href="/Content/css/styles.css"> <link rel="stylesheet" href="/Content/css/yammcessible.css"> <link rel="stylesheet" href="/Content/css/selectbox.css"> <link rel="stylesheet" href="/Content/CustomStyles.css"> <link rel="stylesheet" href="https://js.arcgis.com/3.17/esri/css/esri.css"> <link rel="stylesheet" href="https://cdn.botframework.com/botframework-webchat/latest/botchat.css"> <link href='https://fonts.googleapis.com/css?family=PT+Serif:400,700' rel='stylesheet' type='text/css'> <!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries --> <!--[if lt IE 9]> <script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script> <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script> <![endif]--> <script src="/Content/scripts/jquery-2.1.4.min.js"></script> <script src="/Content/scripts/jquery-ui-custom.min.js"></script> <script src="/Content/scripts/bootstrap.js"></script> <script src="/Content/scripts/jquery-yammcessible.js"></script> <script src="/Content/scripts/jquery.customselect.js"></script> <script src="/Content/scripts/monthly.js"></script> <script src="/Content/scripts/Common/kendo-grid-helper.js"></script> <script src="https://cdn.botframework.com/botframework-webchat/latest/botchat-es5.js"></script> <script src="/scripts/kendo?v=E7QE3aVI0waHc8BcQtL5OPgAKC6Hxp-a6fpAmA-e7YY1"></script> <!-- Google Analytics --> <script type="text/javascript"> (function (i, s, o, g, r, a, m) { i['GoogleAnalyticsObject'] = r; i[r] = i[r] || function () { (i[r].q = i[r].q || []).push(arguments) }, i[r].l = 1 * new Date(); a = s.createElement(o), m = s.getElementsByTagName(o)[0]; a.async = 1; a.src = g; m.parentNode.insertBefore(a, m) })(window, document, 'script', 'https://www.google-analytics.com/analytics.js', 'ga'); ga('create', 'UA-85909261-1', 'auto'); ga('send', 'pageview'); </script> <!-- End Google Analytics --> <!-- AppDynamics --> <script charset="UTF-8" type="text/javascript"> window["adrum-start-time"] = new Date().getTime(); (function (config) { config.appKey = "AD-AAB-ACV-WEV"; config.adrumExtUrlHttp = "http://cdn.appdynamics.com"; config.adrumExtUrlHttps = "https://cdn.appdynamics.com"; config.beaconUrlHttp = "http://pdx-col.eum-appdynamics.com"; config.beaconUrlHttps = "https://pdx-col.eum-appdynamics.com"; config.useHTTPSAlways = true; config.resTiming = { "bufSize": 200, "clearResTimingOnBeaconSend": true }; config.maxUrlLength = 512; })(window["adrum-config"] || (window["adrum-config"] = {})); </script> <script src="//cdn.appdynamics.com/adrum/adrum-23.10.1.4359.js"></script> <!-- End AppDynamics --> </head> <body> <noindex> <a href="#content" class="skip">Skip to Content</a> </noindex> <div class="page-container"> <div class="container container-header"> <div class="row"> <header class="clearfix"> <div class="col-xs-24 col-sm-15 col-lg-16"> <noindex><h1><a href="/" title="Return to Delaware General Assembly home page">Delaware General Assembly</a></h1></noindex> <div class="mobile-toggles hidden-sm hidden-md hidden-lg"> <button type="button" class="search-toggle" data-toggle="collapse" data-target="#header-search-collapse"> <noindex> <span class="sr-only">Toggle search</span> </noindex> <i class="glyphicon glyphicon-search"></i> </button> <button type="button" class="navbar-toggle" data-toggle="collapse" data-target="#de-navbar-collapse-1"> <noindex> <span class="sr-only">Toggle navigation</span> </noindex> <span class="icon-bar"></span> <span class="icon-bar"></span> <span class="icon-bar"></span> </button> </div> </div> <div id="header-search-collapse" class="col-xs-24 col-sm-9 col-lg-8 search-collapse collapse"> <noindex> <div class="input-group"> <label class="sr-only" for="srch-term">Enter search terms</label> <input type="text" class="form-control" placeholder="Enter Bill Number, Legislator, or Keyword" name="srch-term" id="srch-term"> <div class="input-group-btn"> <a href="/HowToSearch" class="btn btn--help"> <span class="glyphicon glyphicon-question-sign" data-toggle="tooltip" data-placement="auto bottom" title="How do I search the Delaware General Assembly?"></span> </a> <button class="btn" type="button" onclick="submitSearch(event)"><i class="glyphicon glyphicon-search"></i><span class="sr-only">Search site</span></button> </div> </div> <div id="globalInvalidSearchMessage" class="globalSearchWrap validGlobalSearch" style="display: none;"><div class="globalSearchText">Invalid character in search term. Please revise and try again.</div></div> </noindex> <script type="text/javascript"> $("document").ready(function () { $("#srch-term").keyup(function (event) { if (event.which == 13) { submitSearch(event); } }); $(function () { $('[data-toggle="tooltip"]').tooltip(); }); }); function submitSearch(event) { event.preventDefault(); var searchTerm = document.getElementById('srch-term').value; // RegEx of all valid URL characters var regEx = new RegExp("^[\\sABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789/\\-\\._~:?#\\[\\]@!\\$&\\(\\)\\*\\+,=;\\.`\"]*$") var isValid = regEx.test(searchTerm); if (isValid) { $('#globalInvalidSearchMessage').hide(); if (!window.location.origin) { window.location.origin = window.location.protocol + "//" + window.location.hostname + (window.location.port ? ':' + window.location.port : ''); } window.location = window.location.origin + "/Search/Global?searchTerm=" + searchTerm; } else { $('#globalInvalidSearchMessage').show(); } } </script> </div> </header> </div> <noindex> <nav id="myNavbar" class="navbar navbar-default yamm megamenu" role="navigation"> <div class="collapse navbar-collapse" id="de-navbar-collapse-1"> <ul class="nav navbar-nav"> <li class="dropdown yamm-fw"> <a href="#" data-toggle="dropdown" class="dropdown-toggle"> <span class="hidden-sm"> Bills &amp; Resolutions </span> <span class="hidden-xs hidden-md hidden-lg"> Bills &amp;<br />Resolutions </span> </a> <ul class="dropdown-menu"> <li> <div class="yamm-content"> <div class="row"> <div class="col-xs-24 col-sm-6"> <h3><a href="/Legislation">All Legislation</a></h3> <h3><a href="/Legislation/RecentLegislation">Recent Legislation</a></h3> <h3><a href="/Legislation/House">House Bills</a></h3> <h3><a href="/Legislation/Senate">Senate Bills</a></h3> </div> <div class="col-xs-24 col-sm-6"> <h3 class="nav-sub-header">Archives</h3> <ul class="list-unstyled list-section"> <li> <a href="/Events/Agenda/Reports">Agenda and Activity Reports</a> </li> <li> <h3><a href="/Offices/ControllerGeneral/AppropriationBills">Budget / Appropriations Bills</a></h3> </li> </ul> </div> <div class="col-xs-24 col-sm-6"> <h3 class="nav-sub-header">Process</h3> <ul class="list-unstyled list-section"> <li> <a href="/LawsOfDE/BillDraftingManual">Legislative Drafting Manual</a> </li> <li> <h3><a href="/LawsOfDE/LegislativeProcess">How a Bill Becomes Law</a></h3> </li> </ul> </div> <div class="col-xs-24 col-sm-6"> </div> </div> </div> </li> </ul> </li> <li class="dropdown yamm-fw"> <a href="#" data-toggle="dropdown" class="dropdown-toggle"> <span class="hidden-sm"> Delaware Laws </span> <span class="hidden-xs hidden-md hidden-lg"> Delaware<br />Laws </span> </a> <ul class="dropdown-menu"> <li> <div class="yamm-content"> <div class="row"> <div class="col-xs-24 col-sm-6"> <h3><a href="/LawsOfDE/DelawareConstitution" target="_blank">Delaware Constitution<span class="glyphicon glyphicon-new-window" aria-hidden="true"></span></a></h3> <h3><a href="/LawsOfDE/Regulations" target="_blank">Regulations<span class="glyphicon glyphicon-new-window" aria-hidden="true"></span></a></h3> <h3><a href="/LawsOfDE/Charters" target="_blank">City/Town Charters<span class="glyphicon glyphicon-new-window" aria-hidden="true"></span></a></h3> </div> <div class="col-xs-24 col-sm-6"> <h3 class="nav-sub-header">The Delaware Code</h3> <ul class="list-unstyled list-section"> <li> <a href="/LawsOfDE/LawsofDelaware" target="_blank">View Delaware Code<span class="glyphicon glyphicon-new-window" aria-hidden="true"></span></a> </li> </ul> <ul class="list-unstyled list-section"> <li class="form-group"> <label for="codeSearch" class="sr-only">Search Delaware Code</label> <div class="input-group"> <input name="codeSearch" id="codeSearch" class="form-control" placeholder="Search Delaware Code" /> <span class="input-group-btn"> <button type="button" class="btn" id="btnSearchDelCode"><span class="glyphicon glyphicon-search"></span></button> </span> </div> </li> </ul> </div> <div class="col-xs-24 col-sm-6"> <h3 class="nav-sub-header">Laws of Delaware</h3> <ul class="list-unstyled list-section"> <li> <a href="/SessionLaws">View Laws of Delaware</a> </li> <li> <h3><a href="/LawsOfDE/AdministrativeCode" target="_blank">Administrative Code<span class="glyphicon glyphicon-new-window" aria-hidden="true"></span></a></h3> </li> <li> <h3><a href="/LawsOfDE/LandlordTenantCode" target="_blank">Landlord Tenant Code<span class="glyphicon glyphicon-new-window" aria-hidden="true"></span></a></h3> </li> </ul> </div> <div class="col-xs-24 col-sm-6"> </div> </div> </div> </li> </ul> </li> <li class="dropdown yamm-fw"> <a href="#" data-toggle="dropdown" class="dropdown-toggle mm-single-line">Committees</a> <ul class="dropdown-menu"> <li> <div class="yamm-content"> <div class="row"> <div class="col-xs-24 col-sm-6"> <h3><a href="/Meetings">Meetings/Hearings Schedule</a></h3> <h3><a href="/Committee">All Committees</a></h3> <h3><a href="/Committee/SenateCommittees">Senate Committees</a></h3> <h3><a href="/Committee/HouseCommittees">House Committees</a></h3> </div> <div class="col-xs-24 col-sm-6"> <h3 class="nav-sub-header">Joint Committees</h3> <ul class="list-unstyled list-section"> <li> <a href="/Committee/JointFinance">Finance Committee</a> </li> <li> <h3><a href="/Committee/CapitalImprovement">Capital Improvement Committee</a></h3> </li> <li> <h3><a href="/Committee/Sunset">Legislative Oversight and Sunset Committee</a></h3> </li> <li> <h3><a href="/Committee/LegislativeCouncil">Legislative Council</a></h3> </li> </ul> </div> <div class="col-xs-24 col-sm-6"> <h3 class="nav-sub-header">Task Forces &amp; Commissions</h3> <ul class="list-unstyled list-section"> <li> <a href="/Task-Forces">All Task Forces</a> </li> <li> <h3><a href="/Task-Force-Meetings">Task Force Meetings Schedule</a></h3> </li> </ul> </div> <div class="col-xs-24 col-sm-6"> </div> </div> </div> </li> </ul> </li> <li class="dropdown yamm-fw"> <a href="#" data-toggle="dropdown" class="dropdown-toggle mm-single-line">Senate</a> <ul class="dropdown-menu"> <li> <div class="yamm-content"> <div class="row"> <div class="col-xs-24 col-sm-6"> <h3 class="nav-sub-header">Members &amp; Districts</h3> <ul class="list-unstyled list-section"> <li> <a href="/Chambers/Senate/SenateLeadership">Senate Leadership</a> </li> <li> <h3><a href="/Chambers/Senate/AssemblyMembers">All Senators</a></h3> </li> <li> <h3><a href="/Chambers/Senate/SenateDemocraticCaucus">Democratic Caucus</a></h3> </li> <li> <h3><a href="/Chambers/Senate/SenateRepublicanCaucus">Republican Caucus</a></h3> </li> <li> <h3><a href="/Chambers/Senate/SenateDistrict">District</a></h3> </li> </ul> </div> <div class="col-xs-24 col-sm-6"> <h3 class="nav-sub-header">Senate Committees &amp; Meetings</h3> <ul class="list-unstyled list-section"> <li> <a href="/Committee/SenateCommittees">Senate Committees</a> </li> <li> <h3><a href="/Meetings/Senate">Committee Meetings</a></h3> </li> <li> <h3><a href="/Events/Agenda/Senate">Agenda</a></h3> </li> <li> <h3><a href="/Meetings/Minutes/Senate">Meeting Minutes</a></h3> </li> <li> <h3><a href="/Chambers/Senate/Journal">Journal</a></h3> </li> </ul> </div> <div class="col-xs-24 col-sm-6"> <h3 class="nav-sub-header">Other Resources</h3> <ul class="list-unstyled list-section"> <li> <a href="/Chambers/Senate/ReadyList">Senate Ready List</a> </li> <li> <h3><a href="/Chambers/Senate/RollCall">Voting Record (Roll Calls)</a></h3> </li> <li> <h3><a href="/Chambers/Senate/Nominations">Governor&#39;s Nominations</a></h3> </li> <li> <h3><a href="/Chambers/Senate/OfficeOfTheSecretaryOfTheSenate">Office of the Secretary of the Senate</a></h3> </li> <li> <h3><a href="/Senate-Majority-Staff">Senate Majority Staff Listing</a></h3> </li> <li> <h3><a href="/SenateMinorityStaff">Senate Minority Staff Listing</a></h3> </li> </ul> </div> <div class="col-xs-24 col-sm-6"> </div> </div> </div> </li> </ul> </li> <li class="dropdown yamm-fw"> <a href="#" data-toggle="dropdown" class="dropdown-toggle mm-single-line">House</a> <ul class="dropdown-menu"> <li> <div class="yamm-content"> <div class="row"> <div class="col-xs-24 col-sm-6"> <h3 class="nav-sub-header">Members &amp; Districts</h3> <ul class="list-unstyled list-section"> <li> <a href="/Chambers/House/Leadership">House Leadership</a> </li> <li> <h3><a href="/Chambers/House/AssemblyMembers">All Representatives</a></h3> </li> <li> <h3><a href="/Chambers/House/HouseDemocraticCaucus">Democratic Caucus</a></h3> </li> <li> <h3><a href="/Chambers/House/HouseRepublicanCaucus">Republican Caucus</a></h3> </li> <li> <h3><a href="/Chambers/House/District">District</a></h3> </li> </ul> </div> <div class="col-xs-24 col-sm-6"> <h3 class="nav-sub-header">House Committees &amp; Meetings</h3> <ul class="list-unstyled list-section"> <li> <a href="/Committee/HouseCommittees">House Committees</a> </li> <li> <h3><a href="/Meetings/House">Committee Meetings</a></h3> </li> <li> <h3><a href="/Events/Agenda/House">Agenda</a></h3> </li> <li> <h3><a href="/Meetings/Minutes/House">Meeting Minutes</a></h3> </li> <li> <h3><a href="/Chambers/House/Journal">Journal</a></h3> </li> </ul> </div> <div class="col-xs-24 col-sm-6"> <h3 class="nav-sub-header">Other Resources</h3> <ul class="list-unstyled list-section"> <li> <a href="/Chambers/House/ReadyList">House Ready List</a> </li> <li> <h3><a href="/Chambers/House/OfficeOfTheChiefClerkOfTheHouse">Office of the Chief Clerk of the House</a></h3> </li> <li> <h3><a href="/Chambers/House/RollCall">Voting Record (Roll Calls)</a></h3> </li> <li> <h3><a href="/Chambers/House/HouseBoardsandCommissionsApplication" target="_blank">Boards and Commissions Application<span class="glyphicon glyphicon-new-window" aria-hidden="true"></span></a></h3> </li> </ul> </div> <div class="col-xs-24 col-sm-6"> </div> </div> </div> </li> </ul> </li> <li class="dropdown yamm-fw"> <a href="#" data-toggle="dropdown" class="dropdown-toggle"> <span class="hidden-sm"> Offices &amp; Services </span> <span class="hidden-xs hidden-md hidden-lg"> Offices &amp;<br />Services </span> </a> <ul class="dropdown-menu"> <li> <div class="yamm-content"> <div class="row"> <div class="col-xs-24 col-sm-6"> <h3 class="nav-sub-header">Division of Legislative Services</h3> <ul class="list-unstyled list-section"> <li> <a href="/Offices/DivisionOfResearch">Division of Legislative Services Home</a> </li> <li> <h3><a href="/Offices/DivisionOfResearch/DivisionCareerOpportunities">Division Career Opportunities</a></h3> </li> <li> <h3><a href="/Offices/DivisionOfResearch/DivisionStaff">Division Staff</a></h3> </li> <li> <h3><a href="/Offices/DivisionOfResearch/LegislativeLibrary">Legislative Library</a></h3> </li> <li> <h3><a href="/Offices/DivisionOfResearch/PrintShop">Legislative Print Shop</a></h3> </li> <li> <h3><a href="/Offices/DivisionOfResearch/Publications">Publications</a></h3> </li> <li> <h3><a href="/Offices/DivisionOfResearch/RegistrarOfRegulations">Registrar of Regulations</a></h3> </li> </ul> </div> <div class="col-xs-24 col-sm-6"> <h3 class="nav-sub-header">Office of the Controller General</h3> <ul class="list-unstyled list-section"> <li> <a href="/Offices/ControllerGeneral">Office of the Controller General Home</a> </li> <li> <h3><a href="/Offices/ControllerGeneral/Responsibilities">Responsibilities and Functions</a></h3> </li> <li> <h3><a href="/Offices/ControllerGeneral/Analysts">Analyst Assignments and Staff</a></h3> </li> <li> <h3><a href="/Offices/ControllerGeneral/AppropriationBills">Budget / Appropriations</a></h3> </li> <li> <h3><a href="/GrantInAid/Information">Grant in Aid Process</a></h3> </li> <li> <h3><a href="/Offices/ControllerGeneral/LIS">Legislative Information Systems</a></h3> </li> </ul> </div> <div class="col-xs-24 col-sm-6"> <h3 class="nav-sub-header">Resources</h3> <ul class="list-unstyled list-section"> <li> <a href="/Resources/FAQ">Frequently Asked Questions</a> </li> <li> <h3><a href="/Resources/GlossaryOfTerms">Glossary Of Terms</a></h3> </li> <li> <h3><a href="/Resources/PreparingToTestify">Public Participation in the Legislative Process</a></h3> </li> <li> <h3><a href="/Media-Credentialing-Policy">Legislative Hall Media Credentialing Policy</a></h3> </li> </ul> </div> <div class="col-xs-24 col-sm-6"> </div> </div> </div> </li> </ul> </li> <li class="dropdown yamm-fw"> <a href="#" data-toggle="dropdown" class="dropdown-toggle"> <span class="hidden-sm"> Events &amp; Facilities </span> <span class="hidden-xs hidden-md hidden-lg"> Events &amp;<br />Facilities </span> </a> <ul class="dropdown-menu"> <li> <div class="yamm-content"> <div class="row"> <div class="col-xs-24 col-sm-6"> <h3><a href="/LegislativeSessionSchedule">Legislative Session Schedule</a></h3> <h3><a href="/Session/Calendar">Legislative Calendar</a></h3> <h3><a href="/Meetings">Committee Meetings/Hearings</a></h3> </div> <div class="col-xs-24 col-sm-6"> <h3><a href="/Resources/AboutLegislativeHall">About Legislative Hall</a></h3> <h3><a href="/Resources/HoursAndDirections">Hours and Directions</a></h3> <h3><a href="/LegislativeHallCafe">Legislative Hall Cafeteria</a></h3> </div> <div class="col-xs-24 col-sm-6"> <h3><a href="/Resources/PlanningAVisit">Planning a Visit?</a></h3> <h3><a href="/VirtualTour" target="_blank">Virtual Tour of Legislative Hall<span class="glyphicon glyphicon-new-window" aria-hidden="true"></span></a></h3> <h3><a href="/MemorialsandMonuments">Map of Memorials &amp; Monuments</a></h3> </div> <div class="col-xs-24 col-sm-6"> <h3><a href="/Resources/LegislativeHallFacilityUsePolicy">Legislative Hall Facility Use Policy</a></h3> </div> </div> </div> </li> </ul> </li> <li class="dropdown yamm-fw"> <a href="#" data-toggle="dropdown" class="dropdown-toggle"> <span class="hidden-sm"> Meetings &amp; Archives </span> <span class="hidden-xs hidden-md hidden-lg"> Meetings &amp;<br />Archives </span> </a> <ul class="dropdown-menu"> <li> <div class="yamm-content"> <div class="row"> <div class="col-xs-24 col-sm-6"> <h3><a href="/WatchAndListen/SenateChamber">Senate Chamber</a></h3> <h3><a href="/WatchAndListen/HouseChamber">House Chamber</a></h3> </div> <div class="col-xs-24 col-sm-6"> <h3><a href="/WatchAndListen/SenateCommittees">Senate Committees</a></h3> <h3><a href="/WatchAndListen/HouseCommittees">House Committees</a></h3> <h3><a href="/WatchAndListen/JointCommittees">Joint Committees</a></h3> <h3><a href="/WatchAndListen/TaskForces">Task Forces</a></h3> </div> <div class="col-xs-24 col-sm-6"> <h3><a href="/WatchAndListen/SenateChamber-YouTube" target="_blank">Senate Chamber - YouTube<span class="glyphicon glyphicon-new-window" aria-hidden="true"></span></a></h3> <h3><a href="/WatchAndListen/HouseChamber-YouTube" target="_blank">House Chamber - YouTube<span class="glyphicon glyphicon-new-window" aria-hidden="true"></span></a></h3> <h3><a href="/WatchAndListen/JointFinanceMeetingRoom-YouTube" target="_blank">Joint Finance Hearing Room - YouTube<span class="glyphicon glyphicon-new-window" aria-hidden="true"></span></a></h3> </div> </div> </div> </li> </ul> </li> </ul> </div> </nav> </noindex> <script type="text/javascript"> $(document).ready(function () { $("#btnSearchDelCode").click(function (e) { e.preventDefault(); submitDelCodeSearch(); }); $("#codeSearch").keyup(function (event) { if (event.which == 13) { submitDelCodeSearch(); } }); }); function submitDelCodeSearch() { var query = $('#codeSearch').val(); window.location.href = window.location.origin + "/DelCode/Search?query=" + query; } </script> </div> <div id="content" class="container container-main" role="main"> <div class="row"> <div class="row-same-height"> <!-- main area --> <div class="content col-xs-24 col-sm-18 col-sm-push-6 col-sm-height col-top"> <div class="row"> <div class="col-xs-24"> <h2 class="nosub">All Legislation</h2> </div> </div> <div class="row"> <div class="col-xs-24"> <section class="k-content"> <h3 class="sr-only">All Legislation</h3> <div class="k-table-responsive k-table-responsive-md"> <div class="k-widget k-grid" id="AllLegislationGrid"><table><colgroup><col style="width:80px" /><col style="width:50px" /><col /><col style="width:50px" /><col style="width:50px" /><col style="width:120px" /></colgroup><thead class="k-grid-header"><tr><th class="k-header" data-field="HasAmendments" data-index="0" data-title="Has Amendments" scope="col" style="display:none"><a class="k-link" href="/json/AllLegislation/GetAllLegislation">Has Amendments</a></th><th class="k-header" data-field="GridSort" data-index="1" data-title="Legislation" scope="col"><a class="k-link" href="/json/AllLegislation/GetAllLegislation">Legislation</a></th><th class="k-header" data-field="IntroductionDateTime" data-index="2" data-title="Intro Date" scope="col"><a class="k-link" href="/json/AllLegislation/GetAllLegislation">Intro Date</a></th><th class="k-header" data-field="LongTitle" data-index="3" data-title="Long Title" scope="col"><a class="k-link" href="/json/AllLegislation/GetAllLegislation">Long Title</a></th><th class="k-header" data-field="StatusName" data-index="4" data-title="Status" scope="col"><a class="k-link" href="/json/AllLegislation/GetAllLegislation">Status</a></th><th class="k-header" data-field="ChamberName" data-index="5" data-title="Chamber" scope="col"><a class="k-link" href="/json/AllLegislation/GetAllLegislation">Chamber</a></th><th class="k-header" data-field="Sponsor" data-index="6" data-title="Sponsor" scope="col"><a class="k-link" href="/json/AllLegislation/GetAllLegislation">Sponsor</a></th></tr></thead><tbody><tr class="k-no-data"><td colspan="6"></td></tr></tbody></table><div class="k-pager-wrap k-grid-pager"><a class="k-link k-pager-nav k-state-disabled k-pager-first" data-page="1" href="#" title="Go to the first page"><span class="k-icon k-i-seek-w">seek-w</span></a><a class="k-link k-pager-nav k-state-disabled" data-page="0" href="#" title="Go to the previous page"><span class="k-icon k-i-arrow-w">arrow-w</span></a><ul class="k-pager-numbers k-reset"><li><span class="k-state-selected" data-page="1">1</span></li></ul><a class="k-link k-pager-nav k-state-disabled" data-page="2" href="#" title="Go to the next page"><span class="k-icon k-i-arrow-e">arrow-e</span></a><a class="k-link k-pager-nav k-state-disabled k-pager-last" data-page="1" href="#" title="Go to the last page"><span class="k-icon k-i-seek-e">seek-e</span></a><span class="k-pager-info k-label">No items to display</span></div></div><script> jQuery(function(){jQuery("#AllLegislationGrid").kendoGrid({"dataBound":onGridBind,"columns":[{"title":"Has Amendments","headerAttributes":{"data-field":"HasAmendments","data-title":"Has Amendments"},"hidden":true,"field":"HasAmendments","encoded":true},{"title":"Legislation","headerAttributes":{"data-field":"GridSort","data-title":"Legislation"},"width":"80px","template":"\u003ca href=\u0027/BillDetail?LegislationId=#: LegislationId#\u0027 id=\u0027viewBillDetails_#: LegislationId#\u0027\u0027\u003e # if (LegislationDisplayCode != null) {#\u003cspan\u003e#: LegislationDisplayCode#\u003c/span\u003e#}#\u003c/a\u003e","field":"GridSort","encoded":true},{"title":"Intro Date","headerAttributes":{"data-field":"IntroductionDateTime","data-title":"Intro Date"},"width":"50px","field":"IntroductionDateTime","format":"{0:M/dd/yyyy}","encoded":true},{"title":"Long Title","attributes":{"class":"responsive-wrap-med"},"headerAttributes":{"data-field":"LongTitle","data-title":"Long Title"},"field":"LongTitle","encoded":true},{"title":"Status","attributes":{"class":"cmte-truncate"},"headerAttributes":{"data-field":"StatusName","data-title":"Status"},"width":"50px","field":"StatusName","encoded":true},{"title":"Chamber","headerAttributes":{"data-field":"ChamberName","data-title":"Chamber"},"width":"50px","field":"ChamberName","encoded":true},{"title":"Sponsor","headerAttributes":{"data-field":"Sponsor","data-title":"Sponsor"},"width":"120px","template":"\u003ca href=\u0027#:LegislatorDetailLink#\u0027 id=\u0027viewSponsorDetails_#: SponsorPersonId#\u0027\u003e # if (Sponsor != null) {#\u003cspan\u003e#: Sponsor#\u003c/span\u003e#}#\u003c/a\u003e","field":"Sponsor","encoded":true}],"pageable":{"buttonCount":10},"sortable":true,"scrollable":false,"noRecords":true,"messages":{"noRecords":"No records available"},"dataSource":{"type":(function(){if(kendo.data.transports['aspnetmvc-ajax']){return 'aspnetmvc-ajax';} else{throw new Error('The kendo.aspnetmvc.min.js script is not included.');}})(),"transport":{"read":{"url":"/json/AllLegislation/GetAllLegislation","data":getGridFilters},"prefix":""},"pageSize":20,"page":1,"total":0,"serverPaging":true,"serverSorting":true,"serverFiltering":true,"serverGrouping":true,"serverAggregates":true,"filter":[],"schema":{"data":"Data","total":"Total","errors":"Errors","model":{"fields":{"LegislationId":{"type":"number"},"LegislationNumber":{"type":"string"},"LegislationDisplayCode":{"type":"string"},"LegislationTypeId":{"type":"number"},"Sponsor":{"type":"string"},"SponsorPersonId":{"type":"number","defaultValue":null},"LegislatorDetailLink":{"type":"string"},"LongTitle":{"type":"string"},"AssemblyId":{"type":"number"},"AssemblyNumber":{"type":"number"},"AssemblyName":{"type":"string"},"ChamberId":{"type":"number"},"ChamberName":{"type":"string"},"ShortTitle":{"type":"string"},"Synopsis":{"type":"string"},"IntroductionDateTime":{"type":"date","defaultValue":null},"LegislationStatusDateTime":{"type":"date","defaultValue":null},"StatusName":{"type":"string"},"LegislationStatusId":{"type":"number","defaultValue":null},"SubstituteParentLegislationDisplayCode":{"type":"string"},"AmendmentParentLegislationDisplayCode":{"type":"string"},"HasAmendments":{"type":"boolean","defaultValue":null},"BillOrdering":{"type":"number"},"ChamberOrdering":{"type":"number"},"NonBillTypeOrdering":{"type":"number"},"BaseLegislationNumberOrdering":{"type":"number","defaultValue":null},"SubstituteLegislationNumberOrdering":{"type":"number","defaultValue":null},"GridSort":{"type":"number"}}}}},"detailTemplate":kendo.template(jQuery('#amendmentDetail').html())});}); </script> </div> </section> </div> </div> <!--AmendmentList Items--> <script id="amendmentDetail" type="text/kendo-tmpl"> <div class="k-widget k-grid" id="gridAmedmentDetail#=LegislationId#"><table><colgroup><col style="width:120px" /><col style="width:170px" /><col style="width:100px" /><col /></colgroup><thead class="k-grid-header"><tr><th class="k-header" data-field="ShortAmendmentCode" data-index="0" data-title="Amendment" scope="col"><span class="k-link">Amendment</span></th><th class="k-header" data-field="PrimarySponsorShortName" data-index="1" data-title="Sponsor" scope="col"><span class="k-link">Sponsor</span></th><th class="k-header" data-field="IntroductionDateTime" data-index="2" data-title="Intro Date" scope="col"><span class="k-link">Intro Date</span></th><th class="k-header" data-field="PublicStatusName" data-index="3" data-title="Status" scope="col"><span class="k-link">Status</span></th></tr></thead><tbody><tr class="k-no-data"><td colspan="4"></td></tr></tbody></table></div><script> jQuery(function(){jQuery("\#gridAmedmentDetail#=LegislationId#").kendoGrid({"columns":[{"title":"Amendment","headerAttributes":{"data-field":"ShortAmendmentCode","data-title":"Amendment"},"width":"120px","template":"\u003ca href=\u0027/BillDetail?legislationId=\\#= AmendmentLegislationId \\#\u0027 id=\u0027viewBillDetails_\\#= AmendmentLegislationId \\#\u0027\u003e\\#= ShortAmendmentCode \\#\u003c/a\u003e","field":"ShortAmendmentCode","encoded":true},{"title":"Sponsor","headerAttributes":{"data-field":"PrimarySponsorShortName","data-title":"Sponsor"},"width":"170px","template":"\u003ca href=\u0027\\#=LegislatorDetailLink\\#\u0027\u003e\\#= PrimarySponsorShortName \\#\u003c/a\u003e","field":"PrimarySponsorShortName","encoded":true},{"title":"Intro Date","headerAttributes":{"data-field":"IntroductionDateTime","data-title":"Intro Date"},"width":"100px","field":"IntroductionDateTime","format":"{0:M/dd/yyyy}","encoded":true},{"title":"Status","headerAttributes":{"data-field":"PublicStatusName","data-title":"Status"},"field":"PublicStatusName","encoded":true}],"scrollable":false,"messages":{"noRecords":"No records available."},"dataSource":{"type":(function(){if(kendo.data.transports['aspnetmvc-ajax']){return 'aspnetmvc-ajax';} else{throw new Error('The kendo.aspnetmvc.min.js script is not included.');}})(),"transport":{"read":{"url":"/json/AllLegislation/GetRelatedAmendmentsByLegislationId?legislationId=#= LegislationId #"},"prefix":""},"serverPaging":true,"serverSorting":true,"serverFiltering":true,"serverGrouping":true,"serverAggregates":true,"filter":[],"schema":{"data":"Data","total":"Total","errors":"Errors","model":{"fields":{"AmendmentLegislationId":{"type":"number"},"BaseLegislationId":{"type":"number"},"AmendsLegislationId":{"type":"number","defaultValue":null},"AmendmentNumber":{"type":"number","defaultValue":null},"FullTextAmendmentCode":{"type":"string"},"AmendmentCode":{"type":"string"},"ShortAmendmentCode":{"type":"string"},"AssemblyId":{"type":"number"},"LegislationStatusId":{"type":"number"},"PublicStatusName":{"type":"string"},"PrimarySponsorPersonId":{"type":"number"},"PrimarySponsorShortName":{"type":"string"},"LegislatorDetailLink":{"type":"string"},"IntroductionDateTime":{"type":"date","defaultValue":null},"HasSenateConsideration":{"type":"boolean","defaultValue":null},"HasHouseConsideration":{"type":"boolean","defaultValue":null},"AmendmentDepth":{"type":"number","defaultValue":null},"AmendmentOrder":{"type":"string"}}}}}});}); <\/script> </script> <script> $(document).ready(function () { $('#moreAssemblies').hide(); $('#seeLessAssemblies').hide(); //Toggles chamberCheckboxes so only one or none can be selected $("#chamberCheckboxes").on("change", function (event) { if (event.target.id == "senateCheckbox" && $("#houseCheckbox").prop("checked")) { $("#houseCheckbox").prop("checked", false); } if (event.target.id == "houseCheckbox" && $("#senateCheckbox").prop("checked")) { $("#senateCheckbox").prop("checked", false); } }); //Toggles originatedChamberCheckboxes so only one or none can be selected $("#originatedChamberCheckboxes").on("change", function (event) { if (event.target.id == "originatedInSenateCheckbox" && $("#originatedInHouseCheckbox").prop("checked")) { $("#originatedInHouseCheckbox").prop("checked", false); } if (event.target.id == "originatedInHouseCheckbox" && $("#originatedInSenateCheckbox").prop("checked")) { $("#originatedInSenateCheckbox").prop("checked", false); } }); // Refresh Assembly Member combo box on GA Checkbox change $(".gaCheckboxes").on("change", function (event) { var cb = $('#ddlFullLegislatorList').data('kendoComboBox'); cb.dataSource.read({ value: cb.value() }) }); // Click events $('#seeMoreAssemblies').on("click", seeMoreAssemblies); $('#seeLessAssemblies').on("click", seeLessAssemblies); $(".checkboxList").on("change", refreshResultsGrid); $("#searchButton").on("click", refreshResultsGrid); $("#includeCoSponsorSearch").on("click", refreshResultsGrid); // Enable tooltips on page $(function () { $('[data-toggle="tooltip"]').tooltip(); }); }); window.onpageshow = function (event) { // Everytime the page is rendered, reset the checkboxes to the current GA (SelectedGeneralAssemblyId) var currentGA = $("#SelectedGeneralAssemblyId").val(); $("input[type=checkbox][name=assembly]").val([currentGA]); }; function seeMoreAssemblies() { $('#seeLessAssemblies').show(); $('#seeMoreAssemblies').hide(); $('#moreAssemblies').show(); } function seeLessAssemblies() { $('#seeLessAssemblies').hide(); $('#seeMoreAssemblies').show(); $('#moreAssemblies').hide(); } // Used to refresh kendo grid on GA Search Refiner change function refreshResultsGrid() { // Refresh to first page $('#AllLegislationGrid').data('kendoGrid').dataSource.page(1); } function dateChangeRefreshResultsGrid() { if (this.value() != null) { refreshResultsGrid(); } } function getGridFilters() { var model = { selectedGA: GetAssemblyIds(), selectedChamberId: $('input[name="chamber"]:checked').val(), selectedOriginatedChamberId: $('input[name="originatedChamber"]:checked').val(), sponsorName: '' || $('#ddlFullLegislatorList').val(), selectedLegislationTypeId: GetLegislationTypeIds(), fromIntroDate: $('#fromIntroDate').val(), toIntroDate: $('#toIntroDate').val(), coSponsorCheck: $('#includeCoSponsorSearch').is(':checked') } return model; } // Get filter values function GetChamberId() { var chamberIds = []; $('input[name="chamber"]:checked').each(function () { chamberIds.push(this.value); }); return chamberIds; } function GetOriginatedChamberId() { var originatedChamberIds = []; $('input[name="originatedChamber"]:checked').each(function () { originatedChamberIds.push(this.value); }); return originatedChamberIds; } function GetLegislationTypeIds() { var typeIds = []; $('input[name="type"]:checked').each(function () { typeIds.push(this.value); }); return typeIds; } function GetAssemblyIds() { var assemblyIds = []; $('input[name="assembly"]:checked').each(function () { assemblyIds.push(this.value); }); return assemblyIds; } function onAdditionalData() { return { selectedGAs: GetAssemblyIds() }; } //On client-side grid rebind function onGridBind(e) { hideEmptyExpansion(this, e); } //Hide expander icon for rows without children function hideEmptyExpansion(e) { onCheckAjaxTimeoutError(e); $("#AllLegislationGrid").find("tr.k-master-row").each(function () { // checks the hidden HasAmendments column var hasAmendments = $(this).children().contents().get(1).nodeValue; if (hasAmendments == "false") { $(this).find(".k-plus").hide(); } }); } </script> </div> <!-- sidebar --> <div class="col-xs-24 col-sm-6 col-sm-pull-18 col-sm-height col-top sidebar" role="navigation"> <ul class="nav list-unstyled"> <li> </li> <li class="nav-section-title"> Refine by <a href="/HowToSearch/BillSearch#billSearchResultsRefiners" data-toggle="tooltip" title="" data-original-title="Help refine search results" target="_blank"> Help<span class="sr-only"> refine search results</span><span class="glyphicon glyphicon-question-sign" aria-hidden="true"></span> </a> </li> <li class="nav-section-filter sel-wide"> <span class="filter-head">Legislation in Chamber <span class="glyphicon glyphicon-info-sign" data-toggle="tooltip" title="Show legislation currently being considered by the selected chamber"></span></span> <span class="filter-head" style="font-size: 11.5px;"><i>(Current GA Only)</i></span> <span id="chamberCheckboxes" class="checkboxList"> <input id="senateCheckbox" type="checkbox" name="chamber" value="1"><label for="senateCheckbox">Senate</label><br> <input id="houseCheckbox" type="checkbox" name="chamber" value="2"><label for="houseCheckbox">House</label><br /> </span> </li> <li class="nav-section-filter sel-wide"> <span class="filter-head">Legislation by Chamber <span class="glyphicon glyphicon-info-sign" data-toggle="tooltip" title="Show legislation originating in the selected chamber"></span></span> <span id="originatedChamberCheckboxes" class="checkboxList"> <input id="originatedInSenateCheckbox" type="checkbox" name="originatedChamber" value="1"><label for="originatedInSenateCheckbox">Senate</label><br> <input id="originatedInHouseCheckbox" checked type="checkbox" name="originatedChamber" value="2"><label for="originatedInHouseCheckbox">House</label><br /> </span> </li> <li class="nav-section-filter sel-wide"> <span class="filter-head">Legislation Type</span> <span id="legislationTypeCheckboxes" class="checkboxList"> <input type="checkbox" name="type" value="1" id="filter-type-bill"><label for="filter-type-bill">Bill</label><br /> <input type="checkbox" name="type" value="2" id="filter-type-resolution"><label for="filter-type-resolution">Resolution</label><br /> <input type="checkbox" name="type" value="3" id="filter-type-concurrent"><label for="filter-type-concurrent">Concurrent Resolution</label><br /> <input type="checkbox" name="type" value="4" id="filter-type-joint"><label for="filter-type-joint">Joint Resolution</label><br /> <input type="checkbox" name="type" value="5" id="filter-type-amendment"><label for="filter-type-amendment">Amendment</label><br /> <input type="checkbox" name="type" value="6" id="filter-type-substitute"><label for="filter-type-substitute">Substitute</label><br /> </span> </li> <li class="nav-section-filter sel-wide"> <span class="filter-head">Years</span> <span class="checkboxList gaCheckboxes"> <input id="SelectedGeneralAssemblyId" name="SelectedGeneralAssemblyId" type="hidden" value="153" /> <input checked type="checkbox" name="assembly" value="153" id="filter-ga-153"><label for="filter-ga-153">2024 - 2026 (GA 153)</label><br> <input type="checkbox" name="assembly" value="152" id="filter-ga-152"><label for="filter-ga-152">2022 - 2024 (GA 152)</label><br> <input type="checkbox" name="assembly" value="151" id="filter-ga-151"><label for="filter-ga-151">2020 - 2022 (GA 151)</label><br> <input type="checkbox" name="assembly" value="150" id="filter-ga-150"><label for="filter-ga-150">2018 - 2020 (GA 150)</label><br> <input type="checkbox" name="assembly" value="149" id="filter-ga-149"><label for="filter-ga-149">2016 - 2018 (GA 149)</label><br> </span> <span id="moreAssemblies" class="checkboxList gaCheckboxes"> <input type="checkbox" name="assembly" value="148" id="filter-ga-148"><label for="filter-ga-148">2014 - 2016 (GA 148)</label><br> <input type="checkbox" name="assembly" value="147" id="filter-ga-147"><label for="filter-ga-147">2012 - 2014 (GA 147)</label><br> <input type="checkbox" name="assembly" value="146" id="filter-ga-146"><label for="filter-ga-146">2010 - 2012 (GA 146)</label><br> <input type="checkbox" name="assembly" value="145" id="filter-ga-145"><label for="filter-ga-145">2008 - 2010 (GA 145)</label><br> <input type="checkbox" name="assembly" value="144" id="filter-ga-144"><label for="filter-ga-144">2006 - 2008 (GA 144)</label><br> <input type="checkbox" name="assembly" value="143" id="filter-ga-143"><label for="filter-ga-143">2004 - 2006 (GA 143)</label><br> <input type="checkbox" name="assembly" value="142" id="filter-ga-142"><label for="filter-ga-142">2002 - 2004 (GA 142)</label><br> <input type="checkbox" name="assembly" value="141" id="filter-ga-141"><label for="filter-ga-141">2000 - 2002 (GA 141)</label><br> <input type="checkbox" name="assembly" value="140" id="filter-ga-140"><label for="filter-ga-140">1998 - 2000 (GA 140)</label><br> </span> <button id="seeMoreAssemblies" type="button" class="btn btn-link">+ See more</button> <button id="seeLessAssemblies" type="button" class="btn btn-link">- See less</button> </li> <li class="nav-section-filter sel-wide"> <span class="filter-head">Introduction Date Range</span> <span class="dateRange"> <label for="fromIntroDate" class="sr-only">From introduction date:</label> <input id="fromIntroDate" name="fromIntroDate" type="text" /><script> jQuery(function(){jQuery("#fromIntroDate").kendoDatePicker({"change":dateChangeRefreshResultsGrid,"format":"M/d/yyyy","min":new Date(1900,0,1,0,0,0,0),"max":new Date(2099,11,31,0,0,0,0)});}); </script> to <label for="toIntroDate" class="sr-only">To introduction date:</label> <input id="toIntroDate" name="toIntroDate" type="text" /><script> jQuery(function(){jQuery("#toIntroDate").kendoDatePicker({"change":dateChangeRefreshResultsGrid,"format":"M/d/yyyy","min":new Date(1900,0,1,0,0,0,0),"max":new Date(2099,11,31,0,0,0,0)});}); </script> </span> </li> <li class="nav-section-filter sel-wide"> <span class="filter-head">Sponsor</span> <span class="sponsorFilter"> <label for="ddlFullLegislatorList" class="sr-only">Sponsored by:</label> <input id="ddlFullLegislatorList" name="ddlFullLegislatorList" type="text" /><script> jQuery(function(){jQuery("#ddlFullLegislatorList").kendoComboBox({"change":refreshResultsGrid,"dataSource":{"type":"aspnetmvc-ajax","transport":{"read":{"url":"json/Search/GetFullLegislatorList","data":onAdditionalData}},"schema":{"data":"Data","total":"Total"}},"dataTextField":"ShortName","filter":"startswith","dataValueField":"PersonId"});}); </script> <input id="includeCoSponsorSearch" type="checkbox" name="coSponsorCheck" value="1"><label for="includeCoSponsorSearch">Include Co-Sponsors</label><br /> </span> </li> </ul> </div> </div> </div> </div> <noindex> <footer class="footer"> <div class="container footer-container"> <div class="row"> <div class="col-sm-10 footer-block footer-contact"> <h3>Contact Legislative Hall</h3><div class="vcard"><ul class="list-unstyled"><li><em class="glyphicon glyphicon-map-marker"></em><span class="street-address">411 Legislative Avenue</span><br /><span class="region">Dover, DE</span> <span class="postal-code">19901</span></li><li class="tel"><em class="glyphicon glyphicon-earphone"></em>302-744-4114</li><li><em class="glyphicon glyphicon-envelope"></em><a class="email" href="mailto:DivisionOfResearch@state.de.us"></a><a class="email" href="mailto:DivisionOfResearch@delaware.gov"></a><a class="email" href="mailto:DGA_reception@delaware.gov">Legislative Hall</a></li></ul><p><em><strong>To ensure quick and accurate assistance, please include your full name and address in your correspondence.</strong></em></p></div> </div> <div class="col-sm-7 footer-block"> <h3>Useful links</h3> <ul class="list-unstyled"> <li><a href="/Footer/FOIARequests">FOIA Requests</a></li> <li><a href="/Media-Credentialing-Policy">Legislative Hall Media Credential Policy</a></li> <li><a href="/Footer/CSG" target="_tab">CSG</a></li> <li><a href="/Footer/ULC" target="_tab">ULC</a></li> <li><a href="/Footer/NCSL" target="_tab">NCSL</a></li> <li><a href="/RssFeed">RSS Feeds</a></li> <li><a href="/Resources/DE_NotificationService">Legislative Notifications</a></li> </ul> </div> <div class="col-sm-7 footer-block"> <h3>Other Resources</h3> <ul class="list-unstyled"> <li><a href="https://legis.delaware.gov/docs/default-source/default-document-library/adapolicy.pdf?sfvrsn=3560b238_2">Accessibility</a></li> <li><a href="/Footer/DelawareGov" target="_tab">Delaware.gov</a></li> <li><a href="/Footer/Judicial" target="_tab">Judicial</a></li> <li><a href="/Footer/AgencyList" target="_tab">Agency Contact Info</a></li> <li><a href="/Footer/Copyright">Copyright</a></li> <li><a href="/Footer/Disclaimer">Disclaimer</a></li> </ul> </div> </div> </div> </footer> </noindex> </div> <script> $("document").ready(function () { $('.megamenu').accessibleMegaMenu(); $(".skip").click(function (event) { var skipTo = "#" + this.href.split('#')[1]; $(skipTo).attr('tabindex', -1).on('blur focusout', function () { $(this).removeAttr('tabindex'); }).focus(); }); // $("select").selectBoxIt(); $('select').customSelect(); }); </script> </body> </html>

Pages: 1 2 3 4 5 6 7 8 9 10