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

Sites Pertecentes a (o) SC

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 45 109 236 428 509 620
45 <![CDATA[<script type="text/javascript"> var contraste = 'ativar'; const __URL__ = "//urussanga.sc.gov.br/"; const url = __URL__ + "zbox/contraste/index/"; $("#pluginContrasteIsAtivo").click(function(){ let dataPost = { contraste: contraste, }; let xhr = $.ajax({ url: url, method: "POST", data: dataPost, dataType: "json" }); xhr.complete(function () { location.reload(); }); }); </script>]]>
109 <![CDATA[<script type="text/javascript"> $(function() { //$('#topo-tempo').hide(); console.log('https://www.fecam.org.br/tempo.php?codPrevisao=4720'); $.ajax({ url: 'https://www.fecam.org.br/tempo.php?codPrevisao=4720', jsonpCallback: 'jsonCallback', contentType: "application/json", dataType: 'jsonp', cache: 'false', success: function(data){ data = data['tempo']; dc = 0; //Contador de dias; while(dc <= 1){ prefix = "#previsao-tempo-dia-"+(dc+1); dia = data['previsao'][dc]; $(prefix).html(dia['diaSemana']); $(prefix+'-max').html(dia['maxima']+"C"); $(prefix+"-min").html(dia['minima']+"C"); $(prefix+"-icone img").attr("src","https://cdn.fecam.net.br/styles/layouts/pm/default/images/previsao-tempo/"+dia['tempo']+".png"); $(prefix+"-previsao").html(dia['condicao']); console.log(dia); dc++; } } }); }); </script>]]>
236 <![CDATA[<script type="text/javascript">var addthis_config = {"data_track_addressbar":false};</script>]]>
428 <![CDATA[<script type="text/javascript"> $('#exibe-categoria').click(function(){ $('.bloco-categorias').toggleClass('exibir-bloco'); }); var autoHeight = $("#servico-descricao").css('height', 'auto').height(); if (autoHeight > 300) { $("#servico-descricao").animate({height:'300px'}); $("#servico-descricao").removeClass('exibir'); $('#ver-mais').click(function(){ if ( $("#servico-descricao").hasClass('exibir') ) { $("#servico-descricao").animate({height:'300px'}); $("#servico-descricao").removeClass('exibir'); $("#ver-mais").text('Ver mais'); } else { $("#servico-descricao").animate({height: autoHeight+'px'}); $("#servico-descricao").addClass('exibir'); $("#ver-mais").text('Ocultar'); } }); } else { $("#servico-descricao").animate({height: autoHeight+'px'}); $("#servico-descricao").addClass('exibir'); $("#servico-descricao:after").hide(); $("#ver-mais").hide(); } jQuery(function($) { $('dd.mapa > a').click(function(){ var ddMapa = $(this).parent(); $(ddMapa).children('.mapaServico').toggle(); return false; }); $('dd.mapa > .mapaServico').hide(); $('.aviso .fechar-alerta').click(function(){ $(this).parents('.aviso').fadeOut(); return false; }); }); </script>]]>
509 <![CDATA[<script> var servico = 404; </script>]]>
620 <![CDATA[<script type='text/javascript'> var _gaq = _gaq || []; _gaq.push(['_setAccount', 'UA-20438656-20']); _gaq.push(['_trackPageview'], '/portalcidadao/index/detalhes/codMapaItem/12890/codServico/404'); (function() { var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true; ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js'; var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s); })(); jQuery(document).ajaxComplete(function(e, xhr, settings){ _gaq.push(['_trackPageview', settings.url]); }); </script>]]>