creating custom behavior for beautytips jQuery tooltips
hi,
i have an urgent requirement to create a tooltip with large content, i am using jquery ToolTips, but its being used for some other purpose, so i can't modify it for this requirement,
so i found this beautytips plugin, i am able to create the tooltip, but the problem is that i have to control when the tooltip becomes visible and when it hides.
i have tried some events but its not as per my requirement, I required the tooltip to show when there is a hover event over an element and to hide when the user clicks on this tooltip text.
but i am unable to find some solution for this two different trigger for different actions.
can anyone tell me a way for this??