mercredi 16 novembre 2016

How to disable Checkbox after checking another checkbox in array

How to disable the checkbox with the name="check_no[]" after checking the checkbox name="check_yes[]"?

<tr>
  <td colspan="" width="6%">
    <center>
      <input type="checkbox" name="check_yes[]" value="yes">
    </center>
  </td>
  <td colspan="" width="6%">
    <center>
      <input type="checkbox" name="check_no[]" value="no">
    </center>
  </td>
</tr>




Aucun commentaire:

Enregistrer un commentaire