Display directory and its all sub directories in treeview using jquery -


need display directory , sub directories in treeview using jquery . display name directory name/file name , on click of ite open file

 $.ajax({             url: "./files/",             success: function (data) {                  $(data).each(function () {               },             error: function (jqxhr, textstatus, errorthrown) {                 //alert("error");                  alert(errorthrown);                 alert(jqxhr.responsetext);             }         }); 

the problem ihave itrate success values.


Comments

Popular posts from this blog

javascript - Count length of each class -

What design pattern is this code in Javascript? -

hadoop - Restrict secondarynamenode to be installed and run on any other node in the cluster -