Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有一个包含 10 个输入/选择的表单(ASP.NET MVC3)
验证,验证由数据属性和 jquery.validate.min.js 和 jquery.validate.unobtrusive.min.js 完成(我不使用任何自定义 .submit() 函数)
逻辑是根据其他字段中的选定值,某些字段必须是必需的,而不是必需的。
问题是:如何启用/禁用对来自 JavaScript 的特定输入的验证。
$("#myform").validate({ 忽略:".ignore" })
http://docs.jquery.com/Plugins/Validation/validate