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/blog/2008/03/jquery-file-t...
Demo: http://labs.abeautifulsite.net/projects/js/jquery/fi...
Website: http://abeautifulsite.net/blog/2008/03/jquery-file-t...
Demo: http://labs.abeautifulsite.net/projects/js/jquery/fi...
- Tags:
Ajax Javascript jQuery
- Filed under: CC License, File & Folder, Goodies
- 6 Comments












6 Responses for "Customizable AJAX File Browser For jQuery"
very thanks
Excellent site – do keep up the good work.
It’s cute file tree view.
Este es el nuevo link http://abeautifulsite.net/blog/2008/03/jquery-file-tree/
@superfunk,
Thanks very much. Updated the URL.
It’s a powerful tool, thanks for your sharing.