views:

37

answers:

2

Is there a jquery tooltip plug-in or a self-made solution where the tooltip appears in the style / colors of the jquery ui theme in use?

Perhaps by "abusing" the jquery ui dialog?

+2  A: 

There is a jQuery UI Tooltip in development... download it from github and read through the comments on that page on how to use it.

fudgey
Cool, exactly what I was looking for! I think I'll wait until it's released (hopefully soon!?) and then go for it.
werner5471
Who knows when it'll be released, it's been in development for a while now :(
fudgey
A: 

My company uses Qtip from Craigworks, and it already has the Themeroller support working. It's the most bug-free tooltip system I've ever used:

http://craigsworks.com/projects/qtip/

If you get stuck on the Themeroller incorporation, there's very good help in the forum.

bpeterson76