searchForm.find('input[type="checkbox"]').click(function (evt) { if(evt.target.checked === true){ searchForm.find('input[type="checkbox"]').each(function () { if(this.value !== evt.target.value){ this.checked = false; } }); //TODO: sth. } });
searchForm.find('input[type="checkbox"]').click(function (evt) { if(evt.target.checked === true){ searchForm.find('input[type="checkbox"]').each(function () { if(this.value !== evt.target.value){ this.checked = false; } }); //TODO: sth. } });
本站轉載的文章為個人學習借鑒使用,本站對版權不負任何法律責任。如果侵犯了您的隱私權益,請聯系本站郵箱yoyou2525@163.com刪除。