Hi,
have table with 5 rows. First 2 rodes visible. Last 3 rows hidden -
<tr id="row1" style="display: none">
<tr id="row2" style="display: none">
<tr id="row3" style="display: none">
With onclick would like to make those rows visible to user - how can I do that?
thank - john
have table with 5 rows. First 2 rodes visible. Last 3 rows hidden -
<tr id="row1" style="display: none">
<tr id="row2" style="display: none">
<tr id="row3" style="display: none">
With onclick would like to make those rows visible to user - how can I do that?
thank - john