The jQuery Tools tooltip is ok for me!
But i want it to move with mouse move (tooltip relative to mouse position). How can i do that? Or is there any other plugin in this way?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
I don’t think it’s possible to do with the jQuery TOOLS tooltip plugin.
The Bassistance Tooltip plugin does support what you want. Use
track: true, as in this demo:If you don’t like that plugin, qTip2 also supports mouse tracking. See this demo (equivalent jsFiddle here).