【发布时间】:2012-03-27 19:24:41
【问题描述】:
我有一些复选框
<input type="check" name="chkOption" id="one" />One
<input type="check" name="chkOption" id="two" />two
<input type="check" name="chkOption" id="three" />three
<input type="check" name="chkOption" id="four" />four
是否可以使用“jquery.validate”脚本验证“必需”复选框中的任何一个,
【问题讨论】: