Posts by José Luis Aldrighi • 33 points
4 posts
-
1
votes0
answers53
viewsQ: Webservice Sefaz
Good afternoon. I am developing an ERP management, and wanted to implement tax bill, but I do not have much knowledge about. Can someone help me how to return the values, for example this…
-
1
votes1
answer33
viewsQ: Preload of Photos
How do a Preload with loading or a gif in my photos. <?php $diretorio = '../fotos/'; $arquivos = scandir($diretorio); foreach($arquivos as $arquivo) { if(preg_match("/.+.[jJ][pP][eE]?[gG]$/",…
-
0
votes2
answers997
viewsA: Extract data from a . serialize
To be clear, I will post the exact codes. My form has the following values: Name, Answer, IP and Id_comment. Function: $(".formResposta").submit(function(){ var dados = $(this).serialize();…
-
0
votes2
answers997
viewsQ: Extract data from a . serialize
I am sending data from a form using the $.get or $.post method The data is picked up by var dados = $(this).serialize(); My code: $(".formResposta").submit(function(){ var dados =…