Projet

Général

Profil

Feature #4384 » kmelia.js

Nicolas Eysseric, 08/02/2014 00:47

 
$(function () {
try {
$("#treeDiv1").bind("select_node.jstree", function (e, data) {
var id = "#"+$(data.rslt.obj).attr('id');
$.jstree._reference(id).open_node(id);
});
} catch (e) {
// do nothing
}
});
    (1-1/1)