Is there a way to add a Tooltip to a JSTree node? I would like to display extra information when the user hovers over an element.
I\'m pretty dense when it comes to
$("#my_tree).bind("hover_node.jstree", function (e, data) { alert(data.rslt.obj.attr("id")); })