2

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!

Vitalii Ponomar
  • 10,686
  • 20
  • 60
  • 88

4 Answers4

3

Tooltips are now part of jQuery UI (Since version 1.9)

Have a look at the demo page and the API documentation.

Daniel Rikowski
  • 71,375
  • 57
  • 251
  • 329
3

I use qTip2 http://craigsworks.com/projects/qtip2/ and I'm really happy with it.

Leniel Maccaferri
  • 100,159
  • 46
  • 371
  • 480
2

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.

1

I'd like to recommend you this one. It's very simple and light solution.

Bart
  • 495
  • 1
  • 5
  • 16
  • спасибо! неплохие подсказки, но я нашел бета версию jquery ui 1.9 tooltip http://view.jqueryui.com/master/demos/tooltip/default.html - как раз то, что я искал. Она хоть и сыровата, но вполне сойдет, и релиз как я понял уже скоро будет... – Vitalii Ponomar Dec 08 '11 at 11:14
  • @Vitali Ponomar я тоже давно за ними слежу, мб переведу свои проекты на них – Bart Dec 08 '11 at 17:47