我需要检查是否已选中一个复选框

时间:2019-04-03 19:53:50

标签: jquery html html5 bootstrap-4

我有这个HTML代码,我想知道是否选中了该复选框,我尝试使用$('#' + customCheck).is(":checked"),但是Firefox在Jquery库中给了我一些错误,我该怎么办?

感谢帮助人员!

<div class="form-group">
 <div class="custom-control custom-checkbox small">
  <input type="checkbox" class="custom-control-input" id="customCheck">
  <label class="custom-control-label" id="remember" for="customCheck">
         Remember Me</label>
 </div>
</div>

0 个答案:

没有答案