Sites Pertecentes a (o) RS
Endereço | Nota | Erros | Avisos |
---|---|---|---|
www.camarapicadacafe.rs.gov.br/projetos-de-lei |
83.5 | 37 | 669 |
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 | 3 | 112 2810 2855 |
112 | <![CDATA[<script> window.dataLayer = window.dataLayer || []; function gtag() { dataLayer.push(arguments); } gtag('js', new Date()); gtag('config', 'G-JPZ4RCMGJ4'); </script>]]> |
2810 | <![CDATA[<script> $(document).ready(function($) { $('#fotos_cabecalho.owl-carousel').owlCarousel({ items: 1, autoplay: 8000, loop: true, smartSpeed: 850, dots: false, nav: false }); }); var idDivBusca = 'searchGoogleContentLg'; if ($(window).width() < 768) { idDivBusca = 'searchGoogleContent'; } var myCallback = function() { if (document.readyState == 'complete') { google.search.cse.element.render({ div: idDivBusca, tag: 'search' }); } else { google.setOnLoadCallback(function() { google.search.cse.element.render({ div: idDivBusca, tag: 'search' }); }, true); } }; window.__gcse = { parsetags: 'explicit', callback: myCallback }; (function() { var cx = '011042267039235339792:iokjue0oaqs'; var gcse = document.createElement('script'); gcse.type = 'text/javascript'; gcse.async = true; gcse.src = 'https://cse.google.com/cse.js?cx=' + cx; var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(gcse, s); })(); </script>]]> |
2855 | <![CDATA[<script> function datasPeriodo(acao = 'mostrar'){ if (acao == 'mostrar') { $('.inputs_periodo').show(); $('.inputs_periodo input').prop('required', true); } else{ $('.inputs_periodo').hide(); $('.inputs_periodo input').prop('required', false); $('.inputs_periodo input').val(''); } } $('#form-ano-periodo #ano').change(function(event) { if($(this).val() == 'periodo'){ datasPeriodo('mostrar'); } else{ datasPeriodo('esconder'); } }); $('#form-ano-periodo').submit(function(event) { if ($('#form-ano-periodo #ano').val() == 'periodo') { $('#form-ano-periodo #ano').val(''); $('#form-ano-periodo #ano').prop('readonly', true); if($('#data_inicial').val() > $('#data_final').val()){ alert('A data final não pode ser mais antiga que a data inicial.'); $('#data_inicial').focus(); return false; } } $('#preloader').show(); }); </script>]]> |