Logo CEWEB.br Logo NIC.br Logo CGI.br
Home Sobre o projeto

Sites Pertecentes a (o) RO

Recomendações Avaliadas
2.2 Garantir que os objetos programáveis sejam acessíveis.

Recomendações

Número Descrição Quantidade Linhas Código Fonte
2.2.6 Presença do elemento SCRIPT sem o elemento NOSCRIPT 8 941 1258 1408 1434 1501 1510 1555 1563
941 <![CDATA[<script> $(document).ready(function () { $('#nav-icon4').click(function () { $(this).toggleClass('open'); let fclass = $(this).attr("class"); if (fclass === "open") { showMenu(false); } else { $(".d-actions-items").show(); $(".d-m-h").css("display", "none").addClass("d-hide"); $("#d-container").css("height", "100vh"); } $("#d-container.d-diversos").height($("#d-menu").height()); $("#d-container").css('min-height', (parseInt($(".d-menu-helper").height())+150)+'px' ); $("#d-container.d-diversos").css('min-height', (parseInt($(".d-menu-helper").height())+100)+'px' ); }); $("body .uwy.userway_p1 .uai").css("right", "0"); sessionStorage.setItem("img-back", 0); }); function slidShow(){ let img_atual = parseInt(sessionStorage.getItem("img-back")); img_atual++; if(img_atual >= $(".img-back").length){ img_atual = 0; } $(".img-back").addClass("d-hide"); $("#banner_fundo"+img_atual).removeClass("d-hide"); sessionStorage.setItem("img-back", img_atual); } function showContactModal() { if ($("#d-modal-comment").css("display") == "none") { $(".d-icon-comment").removeClass("btn-green").addClass("btn-grey"); $("#d-modal-comment").css("display", "flex"); }else{ $(".d-icon-comment").addClass("btn-green").removeClass("btn-grey"); $("#d-modal-comment").css("display", "none"); } } function showMenu(toogle = false) { if (toogle) { $('#nav-icon4').toggleClass('open'); } $(".d-actions-items").hide(); $(".d-m-h").css("display", "flex").removeClass("d-hide"); $("#d-container").css("height", "auto"); } function removeAcento(text) { text = text.toLowerCase(); text = text.replace(new RegExp('[ÁÀÂÃ]','gi'), 'a'); text = text.replace(new RegExp('[ÉÈÊ]','gi'), 'e'); text = text.replace(new RegExp('[ÍÌÎ]','gi'), 'i'); text = text.replace(new RegExp('[ÓÒÔÕ]','gi'), 'o'); text = text.replace(new RegExp('[ÚÙÛ]','gi'), 'u'); text = text.replace(new RegExp('[Ç]','gi'), 'c'); return text; } function setFilter() { let filter = $("#filter").val(); //Oculta e mostra as linhas $(".d-swap ul li .d-swap-itens li a").each(function () { let source = ($(this).data("source")); let target = $(this).parent("li"); if (removeAcento(source).toLowerCase().search(removeAcento(filter).toLowerCase()) == -1) { target.css("display", "none"); } else { target.css("display", "block"); } }); //Oculta e mostra os h2 for (let index = 1; index <= $(".d-swap ul li .d-swap-itens").length; index++) { let hide = true; $(".d-swap ul li #dsi-" + index + " li").each(function () { if ($(this).css("display") != "none") { hide = false; } }); if (hide) { $(".d-swap ul li #dsi-" + index).parent().css("display", "none"); } else { $(".d-swap ul li #dsi-" + index).parent().css("display", "block"); } } //Oculta e mostra os h1 for (let index = 0; index < $(".d-swap").length; index++) { let hide = true; for (let sub = 1; sub <= $(".d-swap ul li .d-swap-itens").length; sub++) { $("#ds-"+index+" ul li #dsi-" + sub + " li").each(function () { if ($(this).css("display") != "none") { hide = false; } }); } if (hide) { $("#ds-"+index+" h1").css("display", "none"); } else { $("#ds-"+index+" h1").css("display", "block"); } } } function showAllFilters() { if ($("#d-all-filters").css("display") === "none") { $("#d-all-filters").css("display", "flex"); } else { $("#d-all-filters").css("display", "none"); } } $("#enviar").click(function(event){ const form = "#contact-form-top "; event.preventDefault(); let errors = ""; if($(form+" #nome").val() == ""){ errors += '* O <b>Nome</b> não pode ficar em branco <br>'; } if($(form+" #telefone1").val() == ""){ errors += '* O <b>Telefone 1</b> não pode ficar em branco <br>'; } if($(form+" #email").val() == ""){ errors += '* O <b>E-mail</b> não pode ficar em branco <br>'; } if($(form+" #assunto").val() == ""){ errors += '* O <b>Assunto</b> não pode ficar em branco <br>'; } if($(form+" #mensagem").val() == ""){ errors += '* O <b>Mensagem</b> não pode ficar em branco <br>'; } if(errors.length > 0){ Swal.fire({ icon: 'error', title: 'Encontramos os seguinte(s) erro(s)', html: errors, }); }else{ $("#contact-form-top").submit(); } }); </script>]]>
1258 <![CDATA[<script> $(document).ready(function(){ localStorage.setItem('checkComplementaryConent', 'true'); }); </script>]]>
1408 <![CDATA[<script> function setExperienceResponse(el, ref){ clearExperienceResponse(); let action = ($(el)[0].className).replace('face ', ''); if(!$(el).hasClass(action+'-checked')){ $(el).addClass(action+'-checked'); $('.satisfacao-message').css('display','block'); $('#actionRef').val(ref); }else{ $('.satisfacao-message').css('display','none'); $('#actionRef').val(0); } } function clearExperienceResponse(){ $('.face').map(function(index, value){ let ref = $(value).data('ref'); $(value).removeClass().addClass('face').addClass(ref); }); } </script>]]>
1434 <![CDATA[<script> $(document).ready(function(){ $("#d-container.d-diversos").height($("#d-menu").height()); }); window.addEventListener('resize', function() { $("#d-container.d-diversos").height($("#d-menu").height()); }); </script>]]>
1501 <![CDATA[<script> $( document ).ready(function() { $('#vLibras').append("<div vw class='enabled'><div vw-access-button class='active'></div><div vw-plugin-wrapper><div class='vw-plugin-top-wrapper'></div></div></div>"); new window.VLibras.Widget('https://vlibras.gov.br/app'); }); </script>]]>
1510 <![CDATA[<script> $(document).ready(function(){ if(!sessionStorage.getItem("messager-footer")){ sessionStorage.setItem("messager-footer", "true"); } if(sessionStorage.getItem("messager-footer") == "true"){ $("#messager-footer").removeClass("d-hide"); } }); function disabledMessFooter(){ $("#messager-footer").addClass("d-hide"); sessionStorage.setItem("messager-footer", "false"); } var id = new Object(); id = ["#navega h2/9/19", "#navega a/9/19", "#navega li/9/19", "#pagina_lei p/13/23", "#pagina_lei li/9/19", "#licitacoes b/10/17", "#lista_busca h2/11/18", "#lista_busca strong/11/18", "#lista_busca h1/16/25", "#lista_busca .h1/16/25", "#lista_busca a/13/20", "#lista_busca span/10/17", "#lista_busca p/10/17", ".estrutura_inicial .d-form li label/9/19", ".estrutura_inicial .d-form li button/8/18", ".tg .tg-7whf/9/19", ".tg td/9/19", "#fixo span/10/17", "#fixo p/10/17", "#filtro_novo h4/11/18", "#filtro_novo li/11/18"]; var swiper = new Swiper('#topo', { // pagination: '.swiper-pagination', nextButton: '.swiper-button-next', prevButton: '.swiper-button-prev', paginationClickable: true, // Disable preloading of all images preloadImages: true, // Enable lazy loading lazyLoading: true, centeredSlides: true, direction: 'horizontal', autoplay: 5000, autoplayDisableOnInteraction: false }); (function(d, s, id) { var js, fjs = d.getElementsByTagName(s)[0]; if (d.getElementById(id)) return; js = d.createElement(s); js.id = id; js.src = "//connect.facebook.net/pt_BR/sdk.js#xfbml=1&version=v2.9"; fjs.parentNode.insertBefore(js, fjs); }(document, 'script', 'facebook-jssdk')); </script>]]>
1555 <![CDATA[<script> window.dataLayer = window.dataLayer || []; function gtag(){dataLayer.push(arguments);} gtag('js', new Date()); gtag('config', 'G-PC0YMJZK4D'); </script>]]>
1563 <![CDATA[<script> var link = document.createElement('meta'); link.setAttribute('property', 'og:url'); link.content = document.location; document.getElementsByTagName('head')[0].appendChild(link); </script>]]>