ユーザーが[許可]をクリックすると[拒否]が無効になり、[拒否]をクリックすると[許可]が無効になります。チェックボックスがオンになっているかどうかチェックしたいのですか?
これは私のテーブル構造である..それを
<table class="table table-bordered table-hover">
<thead>
<tr>
<th> Sequence </th>
<th> Name</th>
<th> Allow </th>
<th> Deny </th>
</tr>
</thead>
<tbody>
<tr>
<th class="active">Repositary Service</th>
</tr>
<tr class="access_tr">
<td class="sr_no"> 1 </td>
<td> Select File </td>
<td> <input type="checkbox" class="rights_checkbox" value="select_file/1" name=""> </td>
<td> <input type="checkbox" class="rights_checkbox" value="select_file/2" name=""> </td>
</tr>
</tbody>
</table>
使用]ラジオボタンこれは – guradio
がいや...私はそのトリックを使用しますが、私は、それはまだそのことを確認してくださいだけで動作します信じているチェックボックス –
ための異なる別のTDが自分でトリックを行いますラジオボタンの名前は同じです。彼らはお互いをトグルします – guradio