Question

I want to use qTip http://craigsworks.com/projects/qtip/ in my website and I want the tooltip to "chase" after the mouse. That is the tooltip balloon should display next to the cursor and remain next to it even if it moves.

What's the best method to do so?

Thanks!

Was it helpful?

Solution

Yup.

In your options (the hash passed to the qtip() method:

position: { target: 'mouse' }
Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top