I want to add a dropdown menu after each tree node i.e.,

[+]item1 <span><ul><li>menu1 .... </li></ul></span>
 -- [+] item1.1 <span><ul><li>menu2... </li></ul></span>

The dropdown menu is an unordered list which gets picked up by the
treeview plugin. the end result is that treeview nodes are generated
for elements in that menu item.

i've tried restricting/filtering the detection of UL elements in
treeview by using classes, i.e., only build treeview nodes for an UL/
LI element that has class 'tv', but i've not had any success.

anyone had this requirement before? interested in what your solution
is.

tks in advance!

Reply via email to