Jquery treeview help required.....
Hi,
I am developing an web application on asp.net 3.5. I am using
jquery in that to display some data in treeview format , for which i am using
jquery treeview.
Now i am using jquery for the first time, so i don't know much about jquery.
I want to bind XML to jquey treeview.
The following is the XML format.
-
<organisation>
<employees empcode="emp001">
<firstname>pqr</firstname>
<lasttname>rty</lastname>
</employees>
<employees empcode="emp002>
<firstname>abc</firstname>
<lasttname>xyz</lastname>
</employees>
</organisation>
i don't know the way to bind XML to jquery treeview.
Please can any one suggest me or provide some useful links regarding this.
In treeview
enlcodewill be parent node and
last name,first name will be the subnode (child node) under it.
It should appear like this:-
-
- emp001
abc
xyz
+ emp002
regards,
Pranav