Response title
This is preview!
openFile()
, your code will look like this:
$('#fileTreeDemo_3').fileTree({ root: '/var/www/html/reports/',
script:
'jqueryFileTree.php',
folderEvent: 'click',
expandSpeed: 750, collapseSpeed: 750, expandEasing:
'easeOutBounce',
collapseEasing:
'easeOutBounce', loadMessage: 'Loading...' },
function(file) {
alert(file);
});
© 2013 jQuery Foundation
Sponsored by and others.