jQuery File Tree is a customizable AJAX file browser plugin for jQuery which you can create a fully-interactive file tree with as little as one line of JavaScript code.
It already includes connector scripts for PHP and ASP.NET,
expand-collapse events can be customized, and is fully
standards-compliant with valid & semantic XHTML.
Here is an exaple code for creating the file tree. See how easy it is:
$(document).ready( function() {
$(’#container_id’).fileTree({ root: ‘/some/folder/’ }, function(file) {
alert(file);
});
});
You can style the file tree easily with CSS and use icons for file-types. This AJAX file browser requires jQuery easing plugin for the attractive effects.
Requirements: jQuery 1.2+, jQuery easing plugin
Website: http://abeautifulsite.net/notebook.php?article=58
Demo: http://abeautifulsite.net/notebook_files/58/demo/
Download: http://abeautifulsite.net/notebook.php?article=58#do...