标签:
只在使用DWZ框架时有用
模板中
<input type="checkbox" name="rule_id[]" />选项1
<input type="checkbox" name="rule_id[]" />选项2
<input type="checkbox" name="rule_id[]" />选项3
这里是class和group在起作用
group的值必须和其他的input单选框的name一样才行
<input type="checkbox" class="checkCtrl" group="rule_id[]" />全选
标签:
原文地址:http://www.cnblogs.com/meibao/p/4613416.html