this.element
                    .on("select_node.jstree",$.proxy(function(e,data){
                        data.rslt.obj.children("a").nextAll("div").addClass("ui-state-active");
                    },this))
                    .on("deselect_node.jstree deselect_all.jstree",$.proxy(function(e,data){