hi,
I have some data in JSON form. I have to create a Tree structure using that..
Firstly by default all the main headings section will get load like follows.
+Head1
+Head2
+Head3
When user click on any of the heading it will load only that section by sending a request by ajax.
Please help me in this. Is there any code available..or how can i do this in JS
Regards,
I have some data in JSON form. I have to create a Tree structure using that..
Firstly by default all the main headings section will get load like follows.
+Head1
+Head2
+Head3
When user click on any of the heading it will load only that section by sending a request by ajax.
Code:
+Head1
-Head2
+SubHead1
+SubHead2
+Head3
Regards,
Comment