jhfrench / bootstrap-tree

JavaScript and LESS/CSS for creating Bootstrap-themed trees (to display hierarchical data).
202 stars 76 forks source link

question #5

Closed aaronlwinkler closed 11 years ago

aaronlwinkler commented 11 years ago

How would I start the folder list as closed instead of all open?

aaronlwinkler commented 11 years ago

$('.tree').find('li > ul > li >ul >li >ul').hide('fast'); that worked thanks