How to get folder path by using jquery

How to get folder path by using jquery

Dear Friends,

How to get the folder path by using jquery? I have created  tree view structure by using html tag <ul> and <li>.

Example :

<root folder>
 <parent Folder 1>
      <childer Folder>
            <child 1 folder>
<parent>
<parent folder 2>
<childer Folder 2>
            <child 1 folder>
            <child 2 folder>
</parent>

if i click child 1 folder then the Folder Path should like : root folder/ parent Folder 1/child folder/child 1 folder

how to achieve this?