Re: [jQuery] Treeview - collapsing sub-branches

2007-02-25 Thread Jörn Zaefferer
Bruce MacKay schrieb:
 [...]

 The treecontrol links work fine - the whole tree collapses and expands 
 as expected.  It is just the collapsing/expanding of sub-branches 
 where my problem exists.  What mistake have I made ?
 From your description I don't really understand your problem. Could you 
describe in more detail what you'd like to achieve, may add a demo page?

-- 
Jörn Zaefferer

http://bassistance.de


___
jQuery mailing list
discuss@jquery.com
http://jquery.com/discuss/


[jQuery] Treeview - collapsing sub-branches

2007-02-24 Thread Bruce MacKay

Hi folks,

I'm suffering from a no doubt self-inflicted problem with the 
brilliant Treeview plugin - when I click a sub-branch to collapse it, 
it does collapse, but then immediately expands.


The plugin's example page 
(http://jquery.bassistance.de/treeview/treeviewDemo.html) has it (the 
plugin) working its magic on all ul tags in the body of the 
page.  For my use, I wanted to contain this behaviour to a particular 
div on my page (jqtree) so I altered the document ready code to read..


$(document).ready(function() {
$(#jqtree  ul:first).Treeview({ control: #treecontrol });
var lastTree = $(#jqtree  ul:last).Treeview({ speed: 
fast, collapsed: false });

});

Then within my page, I have used the following code...
div id=jqtreediv id=treecontrola href=#collapse all/a / 
a href=#expand all/a / a href=#toggle all/a/div

[snip]..the tree..[snip]
/div

The treecontrol links work fine - the whole tree collapses and 
expands as expected.  It is just the collapsing/expanding of 
sub-branches where my problem exists.  What mistake have I made ?



Thanks,

Bruce ___
jQuery mailing list
discuss@jquery.com
http://jquery.com/discuss/