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

Sites Pertecentes a (o) ES

Endereço Nota Erros Avisos

cmv.es.gov.br/transparencia/rh/servidores/340?&situac
ao=Ativo

90.29 29 201
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 6 1114 1468 1490 1675 1688 1716
1114 <![CDATA[<script type="text/javascript"> $(function() { $('.menu100-submenu,.menu100-submenu2,.menu100-submenu3').hover(function() { $(this).children('ul').stop(true, true).fadeIn(); $(this).children('a').addClass('active'); }, function() { $(this).children('ul').hide(); $(this).children('a').removeClass('active'); }); }); </script>]]>
1468 <![CDATA[<script> $(document).ready(function() { $('.table').on('click', 'a.no-link', function(e) { e.preventDefault(); }); $('[data-toggle="popover"]').popover() $('body').on('click', function(e) { $('[data-toggle="popover"]').each(function() { if (!$(this).is(e.target) && $(this).has(e.target).length === 0 && $('.popover').has(e.target) .length === 0) { $(this).popover('hide'); } }); }); }); </script>]]>
1490 <![CDATA[<script type="text/javascript"> $(function(){ // bootstrap-datepicker --------------------- if( $('.bootstrap_datepicker').length ) { $('.bootstrap_datepicker').datepicker({format: 'dd/mm/yyyy'}); } $('#imprimir').click(function(){ window.print(); }); }); </script>]]>
1675 <![CDATA[<script> $(document).ready(function() { $(".select2").select2({ placeholder: "Todas", allowClear: true, width: '100%' }); }); </script>]]>
1688 <![CDATA[<script> window.dataLayer = window.dataLayer || []; function gtag(){dataLayer.push(arguments);} gtag('js', new Date()); gtag('config', 'UA-96446640-1'); </script>]]>
1716 <![CDATA[<script> new window.VLibras.Widget('https://vlibras.gov.br/app'); </script>]]>