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

Sites Pertecentes a (o) CE

Endereço Nota Erros Avisos

cat.sefin.fortaleza.ce.gov.br/component/banners/clic
k/3

85.83 12 35
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 1 278
278 <![CDATA[<script type="text/javascript"> jQuery(function () { jQuery(".page-link").on('click', function (e){ e.preventDefault(); jQuery('#page').val(jQuery(this).attr('href').replace('#', '')); jQuery('#searchFilter').submit(); return false; }); jQuery("#num-diario").val(''); jQuery("#content-diario").val(''); jQuery("#ano-diario").change(function() { jQuery(".mes-diario-wrapper").hide(); var mes_val = jQuery(this).val(); if(mes_val != "") { jQuery(".mes-diario-wrapper").show(); } else { jQuery(".mes-diario-wrapper").hide(); jQuery("#mes-diario option:selected").removeAttr("selected"); } var anoSelecionado = $('#ano-diario').val(); if (anoSelecionado == "" || anoSelecionado == "todos"){ jQuery(".mes-diario-wrapper").hide(); } else { jQuery(".mes-diario-wrapper").show(); } }); var numeroDOMSelecionado = $('#num-diario').val(); if (numeroDOMSelecionado != "") { jQuery("#ano-diario option:selected").removeAttr("selected"); } else { jQuery("#ano-diario").val('2023').change(); } jQuery("#mes-diario").val('10'); }); </script>]]>