Hi guys, i am in jquery newbie, and i want help from you! Can you somebody tell me, how can i loop in on tag
For example, let me show just amateur code of simple table:
<table id="test_table">
<tr>
<td>bla bla</td>
<td>bla bla bla</td>
<td> bla bla bla bla </td>
</tr>
<tr>
<td>some data</td>
<td>some data2</td>
<td>some data3</td>
</tr>
<tr>
<td>stg</td>
<td>stg2</td>
<td>stg4</td>
</tr>
</table>
And my question is. How can i by jquery loop, through every td in one row, and set for example them input types? Thank you