dirLister -


未知
未知

软件简介

It’s a directory lister

download to http://download.guistalk.com/js/jQuery/

DEFAULT VALUES :

directory: "/", webDirectoryPath: "/", scriptLocation: "dirlister.php", filesIgnored: ".htaccess, .htpasswd, robots.txt", onEvent: "click", openEasing: null, closeEasing: null, openSpeed: "normal", closeSpeed: "normal", multiOpen: false, dateFormat: "d/m/y H:i", loadText: "Loading…", emptyText: "Empty", lang: "en", showDirPath: true, dirPathPosi: "top", filesLinkFollow: true, safeContent: true

USAGE :

$('#tree').dirLister( { directory: "…", webDirectoryPath: "…", scriptLocation: "…", … }, function(file) { alert(file.name+" - "+file.path+" - "+file.ext); });