标签:
<script type="text/javascript"> $.validator.setDefaults({ //取消 忽略对hidden的验证 ignore: [], }); $.msgBox = new MsgBox({ "imghref": "/images/" }); </script>
MVC中 jquery.validate取消忽略对hidden的验证
原文地址:http://www.cnblogs.com/kongsq/p/5841312.html