0
I have the following table in which are included 3 textbox’s corresponding to percentages, what pregnant is that when the user inserts the values in the first 2 Textbox’s , the 3rd value appears with the value left of the subtraction of 100 with the sum of the other two textbox’s. For example, if it is written in the 1st textb’s the value of 50 , and in the 2nd the value of 25, it must appear in the 3rd automatically the value of 25. Can be in Javascript or Jquery.
<table id="myTable6">
<thead>
<tr>
<th><label>Peso das Nota</label></th>
</tr>
</thead>
<tbody>
<form><td><label>Testes: </label><input type="text" name="nome" id="mySelect11">
<label>Exame: </label><input type="text" name="nome" id="mySelect12">
<label>Trabalhos:</label> <input type="text" name="nome" id="mySelect13"></td>
</tbody>
</table>