checkboxes jquery
- by mazhar
<% foreach (var i in (IEnumerable)ViewData["Group"])
{ %
" / <%= i.vcr_GroupName %
<% foreach (var ik in (IEnumerable)ViewData["Feature"])
{ %
" / <%= ik.vcr_FeaturesName %
<% } %
<% } %
I have created this now the thing is that when I click on any parent with parentid=0 .all its child should automatically be clicked with parentid 0 but not viceversa.How would I do it in jquery? (Like i CLICK ON SOME FEATURE Manage User its child Add user ,edit and delete user should be clicked automatically ) but if i click on add user nothing should happened