开发者

jquery formwizard how to validate radio button only if it is enabled?

开发者 https://www.devze.com 2023-02-15 21:18 出处:网络
i have a pair of radio buttons that upon certain circumstances will be enabled or disabled. Is ther开发者_JS百科e a way to have it validate the radio button only if the radio buttons have a certain c

i have a pair of radio buttons that upon certain circumstances will be enabled or disabled.

Is ther开发者_JS百科e a way to have it validate the radio button only if the radio buttons have a certain class like "rb_enabled"?


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

0

精彩评论

暂无评论...
验证码 换一张
取 消