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
Defining html content as javascript variable is cumbersome. What about defining a hidden element that is used as tooltip content similiar to overlay panel.
<div id="pnl"></div>
<div id="pnlTooltipContent" style="display: none;">
This is my complex tooltip.
</div>
$('#pnlTooltipContent').puitooltip({
for: '#pnl'
});
The text was updated successfully, but these errors were encountered:
Defining html content as javascript variable is cumbersome. What about defining a hidden element that is used as tooltip content similiar to overlay panel.
The text was updated successfully, but these errors were encountered: