I saw one perfect ajax tooltip at forum engine Xenforo (try mouseover on any topic and you'll see).
I know it's made with jQuery.
Maybe there are some nice plugins in internet like this.
Appreciate any help!
I saw one perfect ajax tooltip at forum engine Xenforo (try mouseover on any topic and you'll see).
I know it's made with jQuery.
Maybe there are some nice plugins in internet like this.
Appreciate any help!
Tooltips are now part of jQuery UI (Since version 1.9)
Have a look at the demo page and the API documentation.
I use qTip2 http://craigsworks.com/projects/qtip2/ and I'm really happy with it.
Inspecting their code tells that they load the Flowplayer tooltip plugin.
You can override the .tooltip
in your own css and customize the tooltip look. You can also customize how it animate as you like following their documentation.