Kirk Ouimet
Kirk Ouimet

Reputation: 28414

Alternative to qTip (jQuery Tooltip Plugin)

Can anyone recommend a good alternative to qTip, the jQuery tooltip plugin? I feel like it's slowing down my web app because its adding canvas elements and event listeners all over the place.

Upvotes: 10

Views: 14984

Answers (7)

Donny V.
Donny V.

Reputation: 23596

Yeah I had problems with qTip also. I ended up making my own. This seems to be happening more often. I just can't find what I want and end up making what I need.
https://github.com/donnyv/next-msg

Plus it has themes enter image description here

Upvotes: 1

Davorin
Davorin

Reputation: 1278

Take a look at jQueryTOOLS Tooltip

Upvotes: 2

Jo Liss
Jo Liss

Reputation: 33154

GitHub.com uses tipsy. I trust that they have chosen pretty carefully, so that's what I would go for.

The Bootstrap tooltips are "inspired" by Tipsy as well.

Upvotes: 3

Alireza Fattahi
Alireza Fattahi

Reputation: 45663

I fount https://github.com/iamceege/tooltipster with almost all essential functions of qTip.

The qTip js file is 64kb while this is 17kb. Which was important in our project.

Upvotes: 0

Bart
Bart

Reputation: 505

don't forget about the Jquery UI tooltip

And Tooltip Demo

Upvotes: 0

Darin Dimitrov
Darin Dimitrov

Reputation: 1039588

jQuery Simpletip.

Upvotes: 2

Related Questions