valeriogalano / jquery-tree

jQuery Tree Widget
https://web.archive.org/web/20161106222353/http://www.daredevel.com/jquery-tree-widget
MIT License
117 stars 51 forks source link

Expand/Collapse all descendants #7

Open valeriogalano opened 13 years ago

valeriogalano commented 13 years ago

Add two new option values to perform following behaviors:

1) When a node is expanded by user, all descendants are expanded. 1) When a node is collapsed by user, all descendants are collapsed.

iamyuzschel commented 10 years ago

Hi daredevel, i just want to ask, what if I want to uncheck the checkboxes of all the subcategories/children of the parent? I tried to edit the code but it can't work. :( Thank you!

valeriogalano commented 10 years ago

Hi @iamyuzschel, sorry for late answer. Please, provide a little example to make me exactly understand what you would like to do.

In a new Issue, please.

Thanks.