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

Sites Pertecentes a (o) SP

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 13
13 <![CDATA[<script type="text/javascript"> $(function () { $('.lightbox-image').prettyPhoto({ theme: 'facebook', autoplay_slideshow: false, social_tools: false, animation_speed: 'normal' }).append('<span></span>').find('span').css({ opacity: 0 }); $('.lightbox-image').hover(function () { $(this).find('>span').stop().animate({ opacity: .7 }, 'slow') }, function () { $(this).find('>span').stop().animate({ opacity: 0 }, 'slow') }) $('.lightbox-a').prettyPhoto({ theme: 'facebook', autoplay_slideshow: false, social_tools: false, animation_speed: 'normal' }); $('.lightbox-a').hover(function () { $(this).find('>span').stop().animate({ opacity: .7 }, 'slow') }, function () { $(this).find('>span').stop().animate({ opacity: 0 }, 'slow') }) }); </script>]]>