Hi,
I have create a Table/TR and added a button which will populate dynamic rows.
Now I need a java script function which reads all the cells in each row and all the rows using Dom structure
for ex:
<table id="row" name="row>
<tr>
<td><input type="text" name="sun"</td>
<td><input type="text" name="mon"</td>
<td><input type="text" name="tue"</td>
<td><input type="text" name="wed"</td>
<td><input type="text" name="thu"</td>
<td><input type="text" name="fri"</td>
<td><input type="text" name="sat"</td>
</table>
There is a button I provided on the page when user clicks on that it creates a new row with all the elements above.
Now I need a java script function which reads all the cells in each row and all the rows by using Dom structure.
Please
I have create a Table/TR and added a button which will populate dynamic rows.
Now I need a java script function which reads all the cells in each row and all the rows using Dom structure
for ex:
<table id="row" name="row>
<tr>
<td><input type="text" name="sun"</td>
<td><input type="text" name="mon"</td>
<td><input type="text" name="tue"</td>
<td><input type="text" name="wed"</td>
<td><input type="text" name="thu"</td>
<td><input type="text" name="fri"</td>
<td><input type="text" name="sat"</td>
</table>
There is a button I provided on the page when user clicks on that it creates a new row with all the elements above.
Now I need a java script function which reads all the cells in each row and all the rows by using Dom structure.
Please