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

Sites Pertecentes a (o) RN

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 3 7 26 61
7 <![CDATA[<script> window.dataLayer = window.dataLayer || []; function gtag(){dataLayer.push(arguments);} gtag('js', new Date()); gtag('config', 'UA-41239097-1'); </script>]]>
26 <![CDATA[<script> $(function(){ $("ul li.dropdown li.submenu").each(function(){ var el = $('#' + $(this).attr('id') + ' ul:eq(0)'); $(this).hover(function(){ el.show(); $(this).addClass("opcao_ativa"); }, function(){ el.hide(); $(this).removeClass("opcao_ativa"); }); }); $("ul li.dropdown").each(function(){ var el = $('#' + $(this).attr('id') + ' ul:eq(0)'); $(this).hover(function(){ el.show(); $(this).addClass("opcao_ativa"); }, function(){ el.hide(); $(this).removeClass("opcao_ativa"); }); }); }); </script>]]>
61 <![CDATA[<script type="text/javascript"> $(document).ready(function(){ $('div#banner').cycle({fx:'fade',pager:'#rodapeBanner',delay: 3000}); //$('div#banner').cycle({fx:'fade',pager:'#rodapeBanner',delay: 0, timeout: 0}); }); </script>]]>