We create world class digital solutions that drive
profitable growth and sustainable competitive advantage.

For a project I'm working on, I had to have a tree view of checkboxes in order to facilitate filtering some search results. No big deal, that's what the ASP.Net TreeView control is for. However, I also needed a way to let selecting a checkbox at one node modify all of its children's checkboxes. And this is why I love JQuery:

$(".AdvancedFilter input:checkbox").click(function(){

$(this).closest("table").next("div").find("input:checkbox").attr("checked", $(this).attr("checked"));

});

 

Done!

We get it right by leading our clients to the latest technology and newest trends.

Your browser may not display our site properly and we recommend you update it to the latest version.

See? We’re already doing what it takes to help you.

Come on back after you upgrade and explore all the other ways we can help.

No Thanks. I'll take my chances.