Web Office / Web Accessibility Statement

$(document).ready(function() {
var DomainID = ‘3996’;
var PageID = ‘7173’;
var RenderLoc = ‘0’;
var MIID = ‘14247’;

//added to check to make sure moderated content doesn’t bleed through the dialog
if ($(‘#dialog-overlay-WindowLargeModal-body.moderateContent’).length > 0) {
$(“#module-content-” + MIID).find(“.ui-widget-detail”).find(“.ui-article”).append(“

“);
}
});

Web Accessibility Statement
  • Accessibility Statement for Jackson Public Schools Website

    Jackson Public Schools is committed to ensuring digital accessibility for people with disabilities. We are continually improving the user experience for everyone, and applying the relevant accessibility standards.

    Conformance status

    The Web Content Accessibility Guidelines (WCAG) defines requirements for designers and developers to improve accessibility for people with disabilities. It defines three levels of conformance: Level A, Level AA, and Level AAA. Jackson Public Schools Website is partially conformant with WCAG 2.0 level AA. Partially conformant means that some parts of the content do not fully conform to the accessibility standard.

    Feedback

    We welcome your feedback on the accessibility of Jackson Public Schools Website. Please let us know if you encounter accessibility barriers on Jackson Public Schools Website:

    • Phone: (601) 960-8935
    • Visitor address: 662 S. President Street, Jackson, MS 39201
    • Postal address: P.O. Box 2338, Jackson, MS 39225

    We try to respond to feedback within five business days.

    Formal approval of this accessibility statement

    This Accessibility Statement is approved by:

    Jackson Public Schools
    Office of Public Engagement
    Sherwin Johnson, Executive Director

    Formal complaints

    Call (601) 960-8935 or submit your comments via our Contact Form.

    This statement was created on November 19, 2019 using the W3C Accessibility Statement Generator Tool.

$(document).ready(function (){
$(“.tag-list li a”).keypress(function(e) { if(e.which == 13) { $(this).click(); }});
});
function LoadGroupedData(container, MIID, PMI, groupYear, groupMonth, groupBy, tag) {
//ViewToUse looks at the hidden Sidebar List View defined in the Builder View.
var viewToUse = “”;
if($(‘#hid-‘+MIID+’-SidebarListView’).length > 0){
viewToUse = $(“#hid-” + MIID + “-SidebarListView”).val();
};
GetContent(‘https://www.jackson.k12.ms.us//cms/UserControls/ModuleView/ModuleViewRendererWrapper.aspx?DomainID=3996&PageID=7173&ModuleInstanceID=’ + MIID + ‘&PageModuleInstanceID=’ + PMI + ‘&RenderLoc=0&FromRenderLoc=0&GroupYear=’ + groupYear + ‘&GroupMonth=’ + groupMonth + ‘&GroupByField=’ + groupBy + ‘&EnableQuirksMode=0&ViewID=’ + viewToUse + ‘&Tag=’ + tag, container, 2, ‘chkSidebar();’);
}
function LoadData(container, MIID, PMI, flexDataID, groupYear, groupMonth, groupBy, targetView, tag) {
if(targetView !== undefined || targetView.Length() == 0){
//targetView looks at the hidden Detail View defined in the Builder View.
targetView = $(‘#hid-‘+MIID+’-DetailView’).val();
}
GetContent(‘https://www.jackson.k12.ms.us//cms/UserControls/ModuleView/ModuleViewRendererWrapper.aspx?DomainID=3996&PageID=7173&ModuleInstanceID=’ + MIID + ‘&PageModuleInstanceID=’ + PMI + ‘&FlexDataID=’ + flexDataID + ‘&GroupYear=’ + groupYear + ‘&GroupMonth=’ + groupMonth + ‘&GroupByField=’ + groupBy + ‘&RenderLoc=0&FromRenderLoc=0&EnableQuirksMode=0&Tag=’ + tag + ‘&ViewID=’ + targetView, container, 2, ‘chkSidebar();’);
}
function LoadTaggedData(container, MIID, PMI, tag) {
//ViewToUse looks at the hidden Sidebar List View defined in the Builder View.
var viewToUse = “”;
if($(‘#hid-‘+MIID+’-SidebarListView’).length > 0){
viewToUse = $(“#hid-” + MIID + “-SidebarListView”).val();
};
GetContent(‘https://www.jackson.k12.ms.us//cms/UserControls/ModuleView/ModuleViewRendererWrapper.aspx?DomainID=3996&PageID=7173&ModuleInstanceID=’ + MIID + ‘&PageModuleInstanceID=’ + PMI + ‘&RenderLoc=0&FromRenderLoc=0&Tag=’ + tag + ‘&EnableQuirksMode=0&ViewID=’+viewToUse, container, 2, ‘chkSidebar();’);
setTimeout(function(){ $(“#module-content-“+ MIID +””).find(‘[tabindex]:first’).focus(); }, 200);
}

Last Modified on November 19, 2019