How to change icon in jstree?

后端 未结 10 2180
心在旅途
心在旅途 2021-02-01 16:25

I have the following code:

$(\'.wpFolders.co_files\').bind(\'select_node.jstree\', function (event, data) {
            getFileById(data.args[0].hash.replace(\'#         


        
10条回答
  •  自闭症患者
    2021-02-01 16:29

    After an headache... I found a solution.

    
        
  • I suggest to don't modify the css code.

    PS The "types" plug-in is not necessary.

提交回复
热议问题