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

Sites Pertecentes a (o) SP

Endereço Nota Erros Avisos

seprem.jaboticabal.sp.gov.br/institucional.html

79.86 14 21
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 4 24 25 46 99
24 <![CDATA[<script type="text/javascript">jQuery.noConflict();</script>]]>
25 <![CDATA[<script type="text/javascript"> jQuery(document).ready(function (){ jQuery(window).scroll(function(){ jQuery("#GB_window").css("top",jQuery(window).scrollTop() + 10 ) ; jQuery("#GB_overlay").css("top",jQuery(window).scrollTop() ) ; }); jQuery(".nova_janela").click(function(){ var t = "Gerenciar" ; GB_show(t,jQuery(this).attr("href"),570,950,"http://seprem.jaboticabal.sp.gov.br/"); return false; }) })</script>]]>
46 <![CDATA[<script> jQuery.noConflict(); jQuery(document).ready(function (){ jQuery('.slideshow').cycle({ fx: 'scrollRight', next: '.slideshow', timeout: 0, easing: 'easeInOutBack' }); }) </script>]]>
99 <![CDATA[<script> jQuery.noConflict(); jQuery(document).ready(function (){ var maskHeight = jQuery(document).height(); var maskWidth = jQuery(window).width(); //Get the window height and width var winH = jQuery(window).height(); var winW = jQuery(window).width(); jQuery('#dialog2').css('top', 200); jQuery('#dialog2').css('left', winW/2- 800/2); jQuery('#dialog2').fadeIn(2000); jQuery('.window .close').click(function (e) { e.preventDefault(); jQuery('#mask').hide(); jQuery('.window').hide(); }); }) </script>]]>