jquery formwizard 如何仅在启用时验证单选按钮?
我有一对单选按钮,在某些情况下将启用或禁用它们。
有没有办法让它仅在单选按钮具有诸如“rb_enabled”之类的特定类时才验证单选按钮?
i have a pair of radio buttons that upon certain circumstances will be enabled or disabled.
Is there a way to have it validate the radio button only if the radio buttons have a certain class like "rb_enabled"?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您可以将 Wizard-ignore 类添加到单选以将其忽略。
http://thecodemine.org/examples/example_16_have_the_wizard_ignore_specific_inputs_during_transition.html
You can add the class of wizard-ignore to the radio to have it ignored.
http://thecodemine.org/examples/example_16_have_the_wizard_ignore_specific_inputs_during_transition.html