Posts by paulo lima • 15 points
2 posts
-
0
votes1
answer101
viewsQ: I calculate javascript
I’m trying to make a sum of measures where each input has its specific value, eg: input 1 size 0.6 input 2 size 1.2 and so on, the idea is to take the value of the input recorded through the buttons…
javascriptasked paulo lima 15 -
1
votes1
answer72
viewsQ: Automatic calculation of buttons
I’m with an item calculation project where by clicking the buttons + or - I have a field that does the calculations automatically. The problem is that this way I have to create a variable for each…