jquery中的空字段验证
我有 3 个文本字段。
第一个字段是唯一的必填字段,但如果第二个字段不为空,则第一个和第三个文本字段不应为空。
如何在 jquery 中进行此验证?
I have 3 text fields.
The first field is the only mandatory field, but if the second field is not empty the first and third text field should not be empty.
How to do this validation in jquery?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
简单的:
Simple:
我认为这是一个简单的逻辑算法
否则,您可以在那里找到一些插件来验证表单: http://docs .jquery.com/Plugins/Validation
I think this is a simple logical algorithm
Otherwise, You can find some plugins to validate form there : http://docs.jquery.com/Plugins/Validation