gpt4 book ai didi

jquery - 需要两个字段之一

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

我想知道使用 jquery 验证插件是否可以将 2 个字段中的 1 个设为必填字段。

我浏览了文档,但找不到任何可以告诉我的内容。

最佳答案

我认为你需要required(dependency-callback)

http://docs.jquery.com/Plugins/Validation/Methods/required#dependency-callback

您的必需的将是

required: function(element) {
return $("#whatever").val() == "";

或者类似的东西。

关于jquery - 需要两个字段之一,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/6970111/

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