Kyle
Kyle

Reputation: 22045

What jquery tooltip plugin should I use?

I've heard of Qtip, and it looks good for what I want to use. Is this the most common one? Are there any other jquery tooltip plugins that people recommend? I want to pop up a bubble with images and formatted text.

Upvotes: 2

Views: 501

Answers (4)

Peter Walke
Peter Walke

Reputation: 2518

I used qtip and was pretty impressed until it started interfering an infragistics grid control. I'm now also looking for a very simple tooltip plugin that doesn't cause the problems that Qtip caused.

For anyone curious in the infragistics details, it was causing the dropdownlist items as defined in a valuelist to not show.

Upvotes: 1

Adeel
Adeel

Reputation: 19228

This works for you.

http://jquery.bassistance.de/tooltip/demo/

Upvotes: 0

coder
coder

Reputation: 1079

check the nice ones with demo here http://miniajax.com/

Upvotes: 0

Sampson
Sampson

Reputation: 268424

Qtip is excellent. If you have no reason not to use it, I'd suggest implementing it immediately and get back to work ;) That being said, you be interested in 15 jQuery Plugins to Create User-Friendly Tooltips.

Upvotes: 3

Related Questions