Menu
0
Skip to Content
Open Menu
Close Menu
Open Menu
Close Menu
//This code runs when the DOM is ready. $(document).ready(function(){ //This code changes the skip link tabindex to 0. $(".header-skip-link").attr("tabindex","0"); });