Posts by Joel Henrique Rother • 67 points
4 posts
-
2
votes2
answers34
viewsQ: Collect value from a return
{"finalOFX":{"0":"276.67"},"0":null} So it is returning from PHP, as in javascript give alert and display only the 276.67 I tried so alert(dados.finalOFX), but appears Object: Object…
-
3
votes3
answers19969
viewsQ: Take the value of select
My Select is like this: <select class="input-medium ajuste" id="sel_mes"> <option value="09/03/2014">Março - 2014</option> <option value="09/04/2014">Abril -…
-
0
votes0
answers239
viewsQ: How to mount the return Json
I don’t know how to do it or who to turn to. I need to make this json return with Jquery.Ajax I’d like to pass parameters more or less like this In JAVASCRIPT I have so $.ajax({ type: "POST", url:…
-
1
votes1
answer714
viewsQ: Error #1142 Mysql
Today in my system I came across this situation. I feed my SELECT with this code: "SELECT p.codigo,p.nome,p.fantasia FROM pessoas p LEFT OUTER JOIN pessoas_define pd ON pd.cod_pessoa = p.codigo…