I want to study more about <table>
<tr>
<td>
etc, to optimize my projects.
Example: I have 4 <tr>
with 2 <td>
each, when applying a formula in jQuery for example, that adds the first <td>
with the second <td>
of each <tr>
using a little formula. I want to know how to reference the first with the second of each line.
Any ideas?