I want to use qTip http://craigsworks.com/projects/qtip/ in my website and I w开发者_如何转开发ant 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!
Yup.
In your options (the hash passed to the qtip() method:
position: { target: 'mouse' }
精彩评论