Adding jQuery custom image tool tip to jsTree
问题 This is basically a follow up on this question I am trying to add custom tool tips to a jstree which show thumbnails of the image files if they mouse over them. It should use the node's a href value to mark up thumbnail and stick it in a tool tip. Referencing the above-mentioned post, I have managed to get it to show some arbitrary textual tool tip, but that is obviously not what I want. If I were simply adding the tool tip to an img tag or an a tag by themselves, I doubt this would be an