Posts by fernando costa • 21 points
2 posts
-
0
votes1
answer600
viewsQ: perform a checkbox validation per row of a table
I have a page with a table where each row has 3 checkbox and each column has 11 lines with the 3 checkbox, I needed to do a validation where at least one checkbox of the 3 of each row is marked, and…
-
2
votes2
answers6499
viewsQ: How to make it impossible to select other checkboxes when selecting a checkbox?
I have these 3 checkbox <td style="background-color: #D6FAFA"><input type="checkbox" name="box2" id="ok" /></td> <td style="background-color: #D6FAFA"><input…