jqueryvalidate验证name 5
这个框架取得元素是根据name属性来的动态生成文本框,name属性一样的话,就没有用了,请问怎么解决,是否能根据其他属性来验证...
这个框架取得元素是根据name属性来的
动态生成文本框,name属性一样的话,就没有用了,
请问怎么解决,是否能根据其他属性来验证 展开
动态生成文本框,name属性一样的话,就没有用了,
请问怎么解决,是否能根据其他属性来验证 展开
2个回答
展开全部
可以动态地增加/移动验证规则
rules( "add", rules ) Returns: Options
Adds the specified rules and returns all rules for the first matched element. Requires that the parent form is validated, that is, $("form").validate() is called first.
增加验证规则
rules( "remove", rules ) Returns: Options
Removes the specified rules and returns all rules for the first matched element.
移除验证规则
参考官方的API吧:http://docs.jquery.com/Plugins/Validation
rules( "add", rules ) Returns: Options
Adds the specified rules and returns all rules for the first matched element. Requires that the parent form is validated, that is, $("form").validate() is called first.
增加验证规则
rules( "remove", rules ) Returns: Options
Removes the specified rules and returns all rules for the first matched element.
移除验证规则
参考官方的API吧:http://docs.jquery.com/Plugins/Validation
追问
我看过文档 但是还是不会 请您写一个示例 谢谢
这种
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询