0
The tooltip.js has a sticky property. Set it to true to make it stays when the mouse leaves the target:
var tooltipOptions=
{
...
sticky: true,
...
};