Title: get all tree leaves [Solved] Post by: devnull on December 24, 2014, 09:22:29 PM How can I get all of the tree leafs from a tree ??
Code: var mods = $('#westMenu').tree('getRoots'); This does not seem to work ! Title: Re: get all tree leaves Post by: stworthy on December 25, 2014, 12:27:09 AM The code below shows how to get all the leaf nodes.
Code: var t = $('#tt'); // the tree object Title: Re: get all tree leaves Post by: devnull on December 25, 2014, 12:46:54 AM Thanks so much and happy Christmas :-)
|