Posts by Eduardo • 17 points
5 posts
-
0
votes1
answer29
viewsQ: Problem when creating Multidimensional Array with Jquery
I need to create an array this way: "M":["02328280006985",{"61","63"},],"NM":["02328280007876",{"62","64"}]} but it’s coming out that way:…
-
0
votes1
answer88
views -
1
votes2
answers1441
viewsQ: Change color of a table row according to the value of td with jquery
Good afternoon to you all! I have a table with this information: <tr> <td>Origem</td> <td>Destino</td> <td>Status</td> </tr> <tr class="status"…
-
0
votes1
answer138
viewsQ: Jquery returns "0" in div
I have a function ajaxForm that searches some data in the database and should return the HTML result in a div. The problem is that when inspecting the page the return is correct, but in div appears…
-
0
votes1
answer37
viewsQ: I can’t take table value and use in ajas
You guys talking, Blz? I’m a beginner in php and have a table populated with while and need to use the value of a td in a select on another page returning in a modal. The structure I built works if…