CINXE.COM

House Ready List - 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>House Ready List - 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/senate-rules">Senate Rules</a></h3> </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/house-rules">House Rules</a></h3> </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">House Ready List</h2> </div> </div> <div class="row"> <div class="col-xs-24"> <section class="k-content"> <div class="k-table-responsive"> <div class="k-widget k-grid" id="ReadyListGrid"><table><colgroup><col style="width:120px" /><col style="width:120px" /><col style="width:90px" /><col /></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"><span class="k-link">Has Amendments</span></th><th class="k-header" data-field="LegislationDisplayText" data-index="1" data-title="Legislation" scope="col"><span class="k-link">Legislation</span></th><th class="k-header" data-field="LegislationId" data-index="2" data-title="Legislation Id" scope="col" style="display:none"><span class="k-link">Legislation Id</span></th><th class="k-header" data-field="ShortTitle" data-index="3" data-title="Short Title" scope="col"><span class="k-link">Short Title</span></th><th class="k-header" data-field="Sponsor" data-index="4" data-title="Sponsor" scope="col"><span class="k-link">Sponsor</span></th><th class="k-header" data-field="LongTitle" data-index="5" data-title="Long Title" scope="col"><span class="k-link">Long Title</span></th></tr></thead><tbody><tr class="k-no-data"><td colspan="4"></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("#ReadyListGrid").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":"LegislationDisplayText","data-title":"Legislation"},"width":"120px","template":"\u003ca href=\u0027/BillDetail?LegislationId=#: LegislationId#\u0027 id=\u0027viewBillDetails_#: LegislationId#\u0027\u0027\u003e # if (LegislationDisplayText != null) {#\u003cspan\u003e#: LegislationDisplayText#\u003c/span\u003e#}#\u003c/a\u003e","field":"LegislationDisplayText","encoded":true},{"title":"Legislation Id","attributes":{"class":"LegislationId"},"headerAttributes":{"data-field":"LegislationId","data-title":"Legislation Id"},"hidden":true,"field":"LegislationId","encoded":true},{"title":"Short Title","headerAttributes":{"data-field":"ShortTitle","data-title":"Short Title"},"width":"120px","field":"ShortTitle","encoded":true},{"title":"Sponsor","headerAttributes":{"data-field":"Sponsor","data-title":"Sponsor"},"width":"90px","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},{"title":"Long Title","headerAttributes":{"data-field":"LongTitle","data-title":"Long Title"},"field":"LongTitle","encoded":true}],"pageable":{"buttonCount":10},"scrollable":false,"noRecords":true,"messages":{"noRecords":"No items on Ready List"},"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/ReadyList/GetReadyList?chamberId=2"},"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"},"ChamberId":{"type":"number"},"WorkFlowStepId":{"type":"number"},"AssemblyId":{"type":"number"},"LegislationDisplayCode":{"type":"string"},"ShortTitle":{"type":"string"},"LongTitle":{"type":"string"},"ShortName":{"type":"string"},"VoteRequirementId":{"type":"number","defaultValue":null},"LOT":{"type":"string"},"LegContainerItemId":{"type":"number","defaultValue":null},"LegContainerEntityId":{"type":"number","defaultValue":null},"LegContainerName":{"type":"string"},"LegContainerChamberId":{"type":"number","defaultValue":null},"LegContainerTypeId":{"type":"number","defaultValue":null},"LegContainerType":{"type":"number","defaultValue":null},"LegislationTypeId":{"type":"number"},"SponsorPersonId":{"type":"number"},"LegislatorDetailLink":{"type":"string"},"Sponsor":{"type":"string"},"HasAmendments":{"type":"boolean"},"ReadyListChamber":{"type":"number","defaultValue":null},"AffectedLegislationDisplayCode":{"type":"string"},"PendingAmendmentText":{"type":"string"},"AdoptedAmendmentText":{"type":"string"},"LegislationType":{"type":"number"},"LegislationDisplayText":{"editable":false,"type":"string"}}}}},"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:60px" /><col /></colgroup><thead class="k-grid-header"><tr><th class="k-header" data-field="ShortAmendmentCode" data-index="0" data-title="Legislation" scope="col"><span class="k-link">Legislation</span></th><th class="k-header" data-field="PrimarySponsorShortName" data-index="1" data-title="Sponsor" scope="col"><span class="k-link">Sponsor</span></th></tr></thead><tbody><tr class="k-no-data"><td colspan="2"></td></tr></tbody></table></div><script> jQuery(function(){jQuery("\#gridAmedmentDetail#=LegislationId#").kendoGrid({"columns":[{"title":"Legislation","headerAttributes":{"data-field":"ShortAmendmentCode","data-title":"Legislation"},"width":"60px","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"},"field":"PrimarySponsorShortName","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/ReadyList/GetLegislationAmendments?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> //On client-side grid rebind function onGridBind(e) { hideEmptyExpansion(this, e); } //Hide expander icon for rows without children function hideEmptyExpansion(e) { onCheckAjaxTimeoutError(e); $("#ReadyListGrid").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"> </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