Sites Pertecentes a (o) MS
Endereço | Nota | Erros | Avisos |
---|---|---|---|
fatimadosul.ms.gov.br/diario/publicacao/15dirio-ofici
|
70.27 | 13 | 16 |
Recomendações Avaliadas | |||||
---|---|---|---|---|---|
1.1 Respeitar os Padrões Web. |
Recomendações
Número | Descrição | Quantidade | Linhas Código Fonte |
---|---|---|---|
1.1.6 | Presença de javascript(s) interno | 1 | 13 |
13 | <![CDATA[<script type="text/javascript"> $(function(){ $(document).ready(function(){ selecionar(0); }); $("#mes, #ano").change(function(){ selecionar(0); }); }); function selecionar(pag){ $.ajax({ url: "selecionar.php", type: "post", data: {"mes": document.getElementById("mes").value, "ano": document.getElementById("ano").value, "categoria": 15, "pag": pag }, dataType: "html", success: function(retorno){ $("#retorno").html(retorno); } }); } </script>]]> |