当前位置: 首页 > 工具软件 > jQuery.msgbox > 使用案例 >

MVC中 jquery.validate取消忽略对hidden的验证

司寇祖鹤
2023-12-01
<script type="text/javascript">
        $.validator.setDefaults({ //取消 忽略对hidden的验证
            ignore: [],
        });

        $.msgBox = new MsgBox({ "imghref": "/images/" });
    </script>

 

转载于:https://www.cnblogs.com/kongsq/p/5841312.html

 类似资料: