I have the following code:
$(\'.wpFolders.co_files\').bind(\'select_node.jstree\', function (event, data) { getFileById(data.args[0].hash.replace(\'#
The following script works for me:
$('div#jstree').on('ready.jstree click', function (e, data) { $('i.jstree-icon').removeClass('jstree-themeicon jstree-icon').addClass('fa fa-lg fa-user'); });