Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

I am using Jquery. I like some recommendations from the users on which plugin would be the best for what I need. I have hyperlinks on my page. What I like to do is on hover over a hyperlink, I like a tooltip to come up. It should do a JSON and fetch data from the server to show.

I looked at QTip (jquery.qtip-1.0.0-rc3.min.js) but wasn't able to get it to work as from reading online it may be buggy.

Just wondering if there are others plugins out that are popularly used that I can make use of.

share|improve this question
1  
Have you tried Google? And why not create a jsfiddle with your QTip code that does not work, so we can take a look at it? – Werner Vesterås Oct 15 '12 at 17:23

closed as not constructive by techfoobar, m90, Sparky, Frédéric Hamidi, kapep Oct 15 '12 at 20:29

As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or specific expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, see the FAQ for guidance.

1 Answer

up vote 1 down vote accepted

jQuery ui 1.9 tooltip may reach your requirement

http://jqueryui.com/tooltip/#custom-content

You can set custom content which is from server.

share|improve this answer

Not the answer you're looking for? Browse other questions tagged or ask your own question.