[jQuery] How to call ClueTip direct and pass the Tip as a parameter
Hello,
Is it possible to use ClueTip in such a manner as to simply "call" the
ClueTip and pass it the title and tip as a parameter?
I posted a question a few days ago about how to get ClueTip to open from a
link in an Iframe document so that it opens in the parent window (instead
of being "clipped" at the edge of the IFrame.
I have ran across another DHTML tooltip that I can call in this fashion and
it DOES work as it needs to, but it is not as nice as ClueTip.
It uses an OnMouseOver Javascript event to call a function that passes the
tip from the link up to the parent window.
If I can find out how to call ClueTip in this manner, then I may be able to
do the same thing with it.
Thanks!
Chuck