$(document).ready( function() { $('.class').fileTree({ root: '/some/folder/' }, function(file) { alert(file); }); }); Where .class is the class of an empty DIV ...
jQuery ZTree is a plugin that can be used to create a hierarchical tree structure. It uses the HTML UL and LI tags to create a tree structure. To use jQuery ZTree ...