checkboxes jquery

Posted by mazhar on Stack Overflow See other posts from Stack Overflow or by mazhar
Published on 2010-05-08T09:53:31Z Indexed on 2010/05/08 9:58 UTC
Read the original article Hit count: 173

Filed under:

<% 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

© Stack Overflow or respective owner

Related posts about ASP.NET