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

Sites Pertecentes a (o) SP

Endereço Nota Erros Avisos

www.ccb.policiamilitar.sp.gov.br/portalcb/_contato/_e
ntrevista/

89.41 103 180
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 5 43 475 640 804 836
43 <![CDATA[<script> window.dataLayer = window.dataLayer || []; function gtag(){dataLayer.push(arguments);} gtag('js', new Date()); gtag('config', 'UA-102028188-1'); </script>]]>
475 <![CDATA[<script> function formatar(mascara, documento) { var i = documento.value.length; var saida = mascara.substring(0, 1); var texto = mascara.substring(i) if (texto.substring(0, 1) != saida) { documento.value += texto.substring(0, 1); } } </script>]]>
640 <![CDATA[<script type="text/javascript"> jQuery(function($) { jQuery(function($) { $("form[name='entrevista']").submit(function() { var postData = {}; postData.pessoais = $("form[name=entrevista]").serializeArray(); }); }); }); </script>]]>
804 <![CDATA[<script> now = new Date; document.write (now.getFullYear()); </script>]]>
836 <![CDATA[<script> // Animations initialization // new WOW().init(); jQuery("document").ready(function($){ var nav = $('#go-top'); var menuFixed = $('#main-menu'); $(window).scroll(function () { if ($(this).scrollTop() >= 110) { menuFixed.addClass("fixedTop"); menuFixed.removeClass("stickyTop"); nav.addClass("visible"); nav.removeClass("waves-effect"); } else { menuFixed.addClass("stickyTop"); $("container"). attr ("style", "padding-top: 200px") menuFixed.removeClass("fixedTop"); nav.removeClass("visible"); nav.removeClass("waves-effect"); } }); }); </script>]]>