01.
$(
function
() {
02.
$(
"#demo_1"
).tree({
03.
ui : {
04.
// required
05.
theme_name :
"themeroller"
06.
},
07.
plugins : {
08.
themeroller : { }
09.
}
10.
});
11.
});
01.
<
ul
>
02.
<
li
id
=
"phtml_1"
class
=
"open"
><
a
href
=
"#"
><
ins
> </
ins
>Root node 1</
a
>
03.
<
ul
>
04.
<
li
id
=
"phtml_2"
><
a
href
=
"#"
><
ins
> </
ins
>Child node 1</
a
></
li
>
05.
<
li
id
=
"phtml_3"
><
a
href
=
"#"
><
ins
> </
ins
>Child node 2</
a
></
li
>
06.
<
li
id
=
"phtml_4"
><
a
href
=
"#"
><
ins
> </
ins
>Some other child node with longer text</
a
></
li
>
07.
</
ul
>
08.
</
li
>
09.
<
li
id
=
"phtml_5"
><
a
href
=
"#"
><
ins
> </
ins
>Root node 2</
a
></
li
>
10.
</
ul
>
2.
#demo_1, #demo_1 li, #demo_1 li a { font-size:10px; }