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

Sites Pertecentes a (o) PR

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 24
24 <![CDATA[<script type="text/javascript"> jQuery(document).ready(function(){ jQuery(".lightbox").lightbox(); jQuery("a.external").attr('target', '_blank'); jQuery("#contato").validate(); jQuery('#slider1').tinycarousel({ interval: true }); }); jQuery(function() { jQuery('#slide_noticia').hide(); jQuery('#slide_noticia').cycle({ fx: 'fade', timeout: 6000, speed: 500, next: '.nnext', prev: '.nprev' }); jQuery('#slide_noticia').show(); }); function setMask(){ jQuery(".telefone").mask("(99) 9999-9999"); jQuery(".cpf").mask("999.999.999-99"); } jQuery(setMask); var IE7_PNG_SUFFIX = ".png"; </script>]]>