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
Use the a_attr property from the node to add a title property
{ ..., a_attr : { title: 'my tooltip'} }