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

Sites Pertecentes a (o) RJ

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 5 49 58 80 405 422
49 <![CDATA[<script type="text/javascript"> jQuery(window).on('load', function() { new JCaption('img.caption'); }); ;jQuery(function() { var simpleAccessKeys = new SimpleAccessKeys({"debug":1,"selector":"ul li a","exclusion":"INPUT TEXTAREA","reserved":[""],"forced":[{"title":"Home","accessKey":"h"}],"decoration":"<em class=\"accesskey\">%s<\/em>","showLegend":"0","legendSelector":"","legendButtonText":"Keys","legendTitle":"Access Keys for Keyboard Navigation","legendSubTitle":"List of access keys: press the key to go to the page.","copyright":"<div class='copyright'>Powered by <a href='https:\/\/www.fasterjoomla.com\/extensions\/simple-accesskeys-accessible-navigation' target='_blank'>Simple AccessKeys<\/a> &copy; 2018 <a href='https:\/\/www.fasterjoomla.com' target='_blank'>fasterjoomla<\/a>.<\/div>"}); }); </script>]]>
58 <![CDATA[<script type="text/javascript"> function MobileRedirectUrl(){ window.location.href = document.getElementById("yt-mobilemenu").value; } </script>]]>
80 <![CDATA[<script type="text/javascript"> var TMPL_NAME = 'sj_joomla3'; </script>]]>
405 <![CDATA[<script type="text/javascript"> $jsmart(document).ready(function($){ /* Begin: add class pattern for element */ var headerbgimage = 'pattern_h6'; var footerbgimage = 'pattern_1'; if(headerbgimage){ $('#yt_header').addClass(headerbgimage); $('#yt_slideshow').addClass(headerbgimage); } if(footerbgimage){ $('#yt_footer').addClass(footerbgimage); $('#yt_spotlight2').addClass(footerbgimage); } /* End: add class pattern for element */ }); </script>]]>
422 <![CDATA[<script type="text/javascript"> $jsmart(function($){ // back to top $("#yt-totop").hide(); $(function () { var wh = $(window).height(); var whtml = $(document).height(); $(window).scroll(function () { if ($(this).scrollTop() > whtml/10) { $('#yt-totop').fadeIn(); } else { $('#yt-totop').fadeOut(); } }); $('#yt-totop').click(function () { $('body,html').animate({ scrollTop: 0 }, 800); return false; }); }); // end back to top }); </script>]]>