を確認した私は、次のjQueryにjQueryのは、常に1つのチェックボックスには、次のHTMLチェックボックスのコードで
$(function() {
$('input[type="checkbox"]').bind('click',function() {
$('input[type="checkbox"]').not(this).prop("checked", false);
});
});
ので、チェックボックスのいずれかがチェックされていることで、すべてを行う必要がありますどのような変更
<input type="checkbox" class="example" checked />2016
<input type="checkbox" class="example" />2015
<input type="checkbox" class="example" />2014
<input type="checkbox" class="example" />2013
<input type="checkbox" class="example" />2012
<input type="checkbox" class="example" />2011
<input type="checkbox" class="example" />2010
空白のチェックボックスを許可しない時間?
チェックボックスの使用を中止してください。これは動作しません。ラジオボタンを使用して、これはまさに彼らのためのものです。 – meagar