本文介绍了如何验证多个子类别的复选框?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

大家好,

如何使用多个子类别验证复选框?



看到这个演示......

[]



我需要点击Tamilnadu的结果那么印度和世界将被检查..

如果我宣布india为class = parent然后当我点击美国时,印度也检查了但是它错了。那么如何重写代码才能得到我需要的结果?



请帮助我..

提前谢谢..

Hello all,
how to validate checkbox using multiple sub categories?

see this demo...
http://jsfiddle.net/B2nmy/13/[^]

I need a result of when i click Tamilnadu then India and world will be checked..
if i declare india as class=parent then when i click america, india also checked but it was wrong. So how can i rewrite the code to get my needed result?

Kindly help me..
Thanks in advance..

推荐答案


这篇关于如何验证多个子类别的复选框?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

11-01 06:54