vote up 1 vote down star

I am currently using the jQuery accordion plugin, and I need to use the treeview plugin within the accordion. However this doesn't work, and it seems to be a known problem (try googling "jquery accordion treeview").

Are there any plugins that might replace treeview but provide me with a similar flexible tree-like navigation behaviour? (and also works within an accordion)

flag
2  
The best advice that I can offer in this situation is to get the full source for both plugins, get yourself firebug, set some breakpoints and start to debug to find where the problem is occurring. – Russ Cam Aug 26 at 6:17

1 Answer

vote up 1 vote down

If you don't mind straying away from jquery for a moment, you can try the tree-view from YUI. You can safely mix and mach YUI with Jquery and it is also cross browser compatible. The Yahoo Treeview information can be found here http://developer.yahoo.com/yui/treeview/

and there are a bunch of examples and on line demos here http://developer.yahoo.com/yui/examples/treeview/index.html

link|flag
Hi and thanks! However, I am seeing the exact same problem with the YUI treeview, as I tried it now. It behaves slightly different though, but is still highly dysfunctional. – andrerav Aug 26 at 8:05
Strike that, the YUI treeview works perfectly (: There was a slight css problem, but I got around it. Thanks! – andrerav Aug 27 at 10:17
That is good to know that it works :-) Thanks for letting me know. – Roberto Sebestyen Aug 27 at 16:11

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.