views:

1162

answers:

2

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.

+2  A: 

jQuery Simpletip.

Darin Dimitrov
This worked out beautifully - qTip was out of control in IE6 and simpletip fixed all of the performance issues and kept most of the advanced functionality I needed.
Kirk
+1  A: 

Take a look at jQueryTOOLS Tooltip

Davorin