<div class="form-input" id="stopStatus">
  <label><input type="checkbox" name="SSStatus" id="SSStatus"></label>
  <label><input type="checkbox" name="SGStatus" id="SGStatus"></label>
  <label><input type="checkbox" name="PFStatus" id="PFStatus"></label>
</div>
var checkboxObj = $("#stopStatus").find("input[type=checkbox]:checked");
if (checkboxObj.size() == 0) {
   dialog("至少选择一条项目!",0)
   return false;
   }

 

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2021-09-08
  • 2022-01-18
  • 2022-12-23
  • 2021-08-04
  • 2022-02-27
  • 2022-01-14
猜你喜欢
  • 2021-12-14
  • 2022-12-23
  • 2021-09-26
  • 2022-12-23
  • 2022-12-23
  • 2021-12-09
  • 2022-12-23
相关资源
相似解决方案