Customizable AJAX File Browser For jQuery
28
Mar
// php the_time('Y') ?>
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...
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...
- Tags:
Ajax Javascript jQuery
- Filed under: CC License, File & Folder, Goodies
- 3 Comments





















3 Responses for "Customizable AJAX File Browser For jQuery"
very thanks
Excellent site – do keep up the good work.
It’s cute file tree view.