Jquery File Tree - how to return folder name on folder click

后端 未结 2 1197
孤独总比滥情好
孤独总比滥情好 2021-01-06 09:30

I have installed and trying to customize Jquery File Tree so that, on click of folder name, the folder name and path are returned to the calling function. Currently it only

2条回答
  •  甜味超标
    2021-01-06 09:56

    It worked pretty well, I just changed the last function to "dire", like it was it the code between line 65 and 66

            ... function(dire){
    // do something when a dir is clicked
    }
    

提交回复
热议问题