Posts by Gefran Viana • 65 points
4 posts
-
0
votes2
answers69
viewsA: Limit a createelement
After a lot of trying I got what I wanted. In this case, I bring the data from bank and display in forms of buttons and inputs that is within php WHILE below. The code javascript manipulates the…
-
2
votes2
answers69
viewsQ: Limit a createelement
How do I limit the amount (in 1) of DIV that is created through createElement for each button and make if the same button is clicked again add +1 in the field txt_result after the div is displayed.…
-
3
votes1
answer77
viewsQ: Function createelement
Looking at the code below I have 3 buttons with the function "content()" right? This function creates a div in which you will receive the value of the text field next to the button. When I click on…
-
0
votes1
answer86
viewsQ: JAVASCRIPT function inside the WHILE
In the DO WHILE below it displays 4 database data, when I click on one of the buttons with the function show() appears only the first line, even when I click on any other button always shows me the…