Alternative to qTip (jQuery Tooltip Plugin)

jquery-plugins

Solution

jQuery Simpletip.

Problem

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.

Original source