1
Well my problem is that I am working with table Father x Son and when I create a new line, all inputs receive different Ids and needed to pass what is inside the ID to a variable
Example:
<input type="text" id="Total___1" name="Total_Soma">
var idtostring = "Total___1"
With this I already solve my problem, but I think I see no possibility for this
NOTE: I do not create the ID, it fits the line, so it is no use to say that it is just do the functions for this id, because they change and are N possibilities.
Matheus even edited the answer right now, just to put the ID in a variable before making the console.log direct with the ID, I think it’s closer than you need it there.
– hugocsl