I have the doubt that I have this code:
<tr class="ejemplo1" sumaEjemplo="+sumaEjemplo+">
I am passing the values dynamically and I want to make the sum of all the <tr>
with that attribute (they will be added in the web page and that attribute contains a numeric value).
Example:
<tr class="ejemplo1 valorNumerico1="+valorNumerico1+">
Here you would have to show the sum of all the values of the attributes that are captured by the Numerical value1.
'<td sumaTotal="+sumaTotal+">'+'</td>'
How can I do it with jQuery?