You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For the first one pass html: True in the arguments
The second one is a little bit trickier, but pass trigger: 'manual' in the arguments and add a click handler, for example with enriching all elements that have a tipsy class:
$('.tipsy').tipsy({trigger: 'manual'}); $('.tipsy').on('click', function () {$(this).tipsy("show")});
The third one I would realize via the jquery contextmenu plugin.
Hello,
Is it possible to have an unordered list (UL) inside the tooltip?
And have being able to move the mouse over the tooltip without making it disappear?
Basically, I would also like to use the tooltip as a popup menu.
Thank You,
Miguel
The text was updated successfully, but these errors were encountered: