$.validate({
lang : 'zh',
modules : 'logic'
});
<input
type="checkBox" id="enableFlag" name="validation-flag"
<c:if test="${portalServer.enable==1}">checked="checked"</c:if> />
<input type="text" data-validation="required"
data-validation-depends-on="validation-flag" />
我想实现checked下验证,没有选中不验证
照着官网来的,复选框并没有起作用,求教
版本
/** File generated by Grunt -- do not modify
* JQUERY-FORM-VALIDATOR
*
* @version 2.3.41
* @website http://formvalidator.net/
* @author Victor Jonsson, http://victorjonsson.se
* @license MIT
*/
/**
* Deprecated functions and attributes
* @todo: Remove in release of 3.0
*/
慕瓜9220888
彼岸誰在
相关分类