document updated 13 years ago, on Dec 31, 2010
- Overlib is one of the first popular javascript libraries.
- It's not too hard to use jQuery to make overlib easier to use. Two of my own pages that do this are
[1]
[2]
- But there are probably more modern versions, especially hopefully ones that work with jQuery directly...
- jQuery-specific ones
- HOVER INTENT — not a tooltip by itself, but IMHO should be the basis of all tooptip plugins
- qtip
- tooltip — blah.... it requires you to have a differently-sized image for every possible size of tooltip that you'd want
- ezpz — doesn't require images... but it wants an explicitely separate HTML block for each tooltip
- (see below for my tweaks)
- cluetip
- 30 more
- 15 more
EZPZ — my tweaks
EZPZ always wants a separate HTML block for the tooltip. While that's totally fine in some cases, in others, it's a hassle.
I created this helper library.
Here's an example of using the helper library.