I'm using jQuery to show as a tooltip whatever is in the "title" of the element. In general it works great. But if I want to display a table as a tooltip by having the entire <table>...</table>
inside the title, it doesn't work. I've seen this in action, so I know it is possible!
I saw another answer here, but it seems to be for an older version of jQuery tooltip (?). I don't want to define the tooltiptext in JavaScript, I want it to show whatever is in the title. Like it is explained here