Posts by Guilherme Ferreira • 1 point
2 posts
-
0
votes0
answers33
viewsQ: I wanted a function to send to my email
function envia_email(){ var nome = $('#ContactName').val(); var email = $('#ContactEmail').val(); var mensagem = $('#ContactComment').val(); //VALIDAR EMAIL //VALIDAR NOME if(nome == ''){…
httpasked Guilherme Ferreira 1 -
0
votes0
answers23
viewsQ: how do I read various news, is appearing only the last
//CONEXAO COM O SEVIDOR DO SINDITAC E PEGAR O JSON COM AS NOTICIAS $.getJSON("http://sinditac.siteseguro.ws/api/news.php?t=d18d31bd9b9f5f7b338e41b5986183a2f3008b541d7c84e442", function(data){ // LER…
jsonasked Guilherme Ferreira 1