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

Sites Pertecentes a (o) PR

Endereço Nota Erros Avisos

tamandare.pr.gov.br/secretaria/governo

81.29 48 120
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 2 487 559
487 <![CDATA[<script type="text/javascript" charset="utf-8"> $(document).ready(function(){ $("a[rel^='prettyPhoto']").prettyPhoto({ social_tools:false, deeplinking:false }); $(".ver-arquivos").on("click",function(){ $(this).hide().parents(".licitacao").find(".arquivos-licitacao").show("100"); }); $(".vermaisconcurso").on("click",function(){ if($(this).parents(".concurso").find(".edital").is(":visible")){ $(this).html("[Abrir]").parents(".concurso").find(".edital").hide("10"); $(this).parents(".concurso").find(".fa").removeClass("fa-minus-square-o").addClass("fa-plus-square-o"); } else { $(this).html("[Fechar]").parents(".concurso").find(".edital").show("10"); $(this).parents(".concurso").find(".fa").removeClass("fa-plus-square-o").addClass("fa-minus-square-o"); } }); var nav = $('#menuHeader'); $(window).scroll(function () { var topLimit = 55; var marginTop = 70; if ($(this).scrollTop() > topLimit) { nav.addClass("menu-fixed"); $(".cabecalho").css("marginBottom",marginTop+"px"); } else { nav.removeClass("menu-fixed"); $(".cabecalho").css("marginBottom","0px"); } }); $(".dropdown").hover( function(){ $(this).addClass('open') }, function(){ $(this).removeClass('open') } ); $("#icoSearch").on("click",function(){ if($(".busca").is(":visible")){ $(".busca").fadeOut(100); $("#icoSearch").animate({ "marginRight": "0px" },100); } else { $(".busca").fadeIn(200); $(this).animate({ "marginRight": "15px" },200); } }); $(".play").each(function(){ var i = $(this).find("i"); var iWidth = i.width(); var iHeight = i.height(); var divWidth = $(this).find("img").width(); var divHeight = $(this).find("img").height(); var newTop = ((divHeight / 2) - (iHeight / 2))+"px"; var newLeft = ((divWidth / 2) - (iWidth / 2))+"px"; i.css({ "marginTop": newTop, "marginLeft": newLeft }); }); }); </script>]]>
559 <![CDATA[<script> $.fn.cycle.defaults.autoSelector = '.slideshow'; </script>]]>