我有4個以下的複選框。如果其中兩個選擇使用jQuery 012禁用其他複選框
<input type="checkbox" id="41" name="4[]" value="abc" style="width:10px"></td>
<input type="checkbox" id="42" name="4[]" value="qwe" style="width:10px"></td>
<input type="checkbox" id="43" name="4[]" value="xyz" style="width:10px"></td>
<input type="checkbox" id="44" name="4[]" value="pqr" style="width:10px"></td>
我需要一種方法來禁用其他複選框,如果我選擇其中兩個。
任何幫助將不勝感激。
id應該是唯一的..! –
好的我已更新 – D3Systems
http://jsfiddle.net/ESH54/ – Satpal