I have to use bind html inside tooltip using tooltipster jquery
. But I have to bind more data inside tooltip.
How to implement scrollbar inside tooltip using tooltipster jquery? I have to tooltipster jquery and tooltipster css.
I have used code below:
$('#MainContent').tooltipster({
trigger:"click",
contentAsHTML: true,
content: thtmlcnt,
position:"right",
autoClose:"true",
positionTracker:true
});
Please give some solution how to implement scroll bar inside tooltip.