gpt4 book ai didi

jquery 包含的验证规则

转载 作者:行者123 更新时间:2023-12-01 02:38:19 26 4
gpt4 key购买 nike

有没有办法在jquery验证插件中创建一个规则,允许你说不包含“值”?

最佳答案

你可以 add method

jQuery.validator.addMethod("notcontainfoo", function(value, element) { 
return value != 'foo';
}, "You can't fill this with 'foo' !! ");

关于jquery 包含的验证规则,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/1927553/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com