Posts by Danilo Fagundes • 97 points
5 posts
-
0
votes3
answers99
viewsQ: List with Jquery, second JSON index
Good evening friends, I have the following json which is originated from a url, the result is exactly this: { "cod": "OS78946", "serv": "Pré pago", "passo": "7894", "ocorridos": [ { "data":…
-
1
votes0
answers163
viewsQ: Doubt about each() Function
In the example below, is displayed the multiplication of the value of the "checkbox" (if checked) by the value chosen in the "select" of the same line, there is a "reset" of the respective "select"…
-
5
votes3
answers384
viewsQ: Reset "<select>" by unchecking checkbox
Hello dear beasts in Jquery, following the logic of the example below, how to make select always return to the first value of the list after unchecking the respective checkbox? And the second…
-
2
votes1
answer71
viewsQ: Show and reset <select> with the jquery checkbox
In the example code attached, the item value is multiplied by the value of the respective select and displays the subtotal and total. My question (of beginner), is how to hide and remove the…
jqueryasked Danilo Fagundes 97 -
0
votes2
answers650
viewsQ: Convert to jquery
Good morning guys, after researching a lot, "I realized" how practical jquery is, but I came across an obstacle. How the script below would look in jquery format? function…